Struct std::io::error::SimpleMessage
source · #[repr(align(4))]pub(crate) struct SimpleMessage {
kind: ErrorKind,
message: &'static str,
}
Fields§
§kind: ErrorKind
§message: &'static str
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SimpleMessage
impl Send for SimpleMessage
impl Sync for SimpleMessage
impl Unpin for SimpleMessage
impl UnwindSafe for SimpleMessage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more