pub enum MountState {
Unmounted,
Mounted,
}Variants§
Trait Implementations§
Source§impl Clone for MountState
impl Clone for MountState
Source§fn clone(&self) -> MountState
fn clone(&self) -> MountState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MountState
impl Debug for MountState
Source§impl PartialEq for MountState
impl PartialEq for MountState
impl StructuralPartialEq for MountState
Auto Trait Implementations§
impl Freeze for MountState
impl RefUnwindSafe for MountState
impl Send for MountState
impl Sync for MountState
impl Unpin for MountState
impl UnsafeUnpin for MountState
impl UnwindSafe for MountState
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