pub enum IOErrorCode {
BufferOverFlow = 1,
Utf8Error = 2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IOErrorCode
impl RefUnwindSafe for IOErrorCode
impl Send for IOErrorCode
impl Sync for IOErrorCode
impl Unpin for IOErrorCode
impl UnwindSafe for IOErrorCode
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