pub enum FatLookupError {
FreeCluster,
DefectiveCluster,
UnspecifiedEntryOne,
ReservedEntry,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FatLookupError
impl RefUnwindSafe for FatLookupError
impl Send for FatLookupError
impl Sync for FatLookupError
impl Unpin for FatLookupError
impl UnwindSafe for FatLookupError
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