pub struct Corrupt(/* private fields */);Expand description
Error type used in Ext4Error::Corrupt when the filesystem is
corrupt in some way.
Trait Implementations§
impl Eq for Corrupt
impl StructuralPartialEq for Corrupt
Auto Trait Implementations§
impl Freeze for Corrupt
impl RefUnwindSafe for Corrupt
impl Send for Corrupt
impl Sync for Corrupt
impl Unpin for Corrupt
impl UnwindSafe for Corrupt
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