pub enum FsKind {
Fat32,
Unknown,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsKind
impl RefUnwindSafe for FsKind
impl Send for FsKind
impl Sync for FsKind
impl Unpin for FsKind
impl UnwindSafe for FsKind
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