Struct Ext4Error
pub struct Ext4Error { /* private fields */ }Implementations§
Trait Implementations§
§impl From<FromUtf8Error> for Ext4Error
impl From<FromUtf8Error> for Ext4Error
§fn from(_: FromUtf8Error) -> Ext4Error
fn from(_: FromUtf8Error) -> Ext4Error
Converts to this type from the input type.
impl Copy for Ext4Error
impl StructuralPartialEq for Ext4Error
Auto Trait Implementations§
impl Freeze for Ext4Error
impl RefUnwindSafe for Ext4Error
impl Send for Ext4Error
impl Sync for Ext4Error
impl Unpin for Ext4Error
impl UnsafeUnpin for Ext4Error
impl UnwindSafe for Ext4Error
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