pub enum VolumeType {
Fat(FatVolume),
}
Expand description
This enum holds the data for the various different types of filesystems we support.
Variants§
Trait Implementations§
Source§impl Debug for VolumeType
impl Debug for VolumeType
Source§impl PartialEq for VolumeType
impl PartialEq for VolumeType
impl Eq for VolumeType
impl StructuralPartialEq for VolumeType
Auto Trait Implementations§
impl Freeze for VolumeType
impl RefUnwindSafe for VolumeType
impl Send for VolumeType
impl Sync for VolumeType
impl Unpin for VolumeType
impl UnwindSafe for VolumeType
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