pub struct Incompatible(/* private fields */);Expand description
Error type used in Ext4Error::Incompatible when the filesystem
cannot be read due to incomplete support in this library.
Trait Implementations§
Source§impl Clone for Incompatible
impl Clone for Incompatible
Source§fn clone(&self) -> Incompatible
fn clone(&self) -> Incompatible
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Incompatible
impl Debug for Incompatible
Source§impl Display for Incompatible
impl Display for Incompatible
Source§impl PartialEq for Incompatible
impl PartialEq for Incompatible
impl Eq for Incompatible
impl StructuralPartialEq for Incompatible
Auto Trait Implementations§
impl Freeze for Incompatible
impl RefUnwindSafe for Incompatible
impl Send for Incompatible
impl Sync for Incompatible
impl Unpin for Incompatible
impl UnwindSafe for Incompatible
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