pub enum MountStrategy {
Marker,
PerFile,
}Variants§
Trait Implementations§
Source§impl Clone for MountStrategy
impl Clone for MountStrategy
Source§fn clone(&self) -> MountStrategy
fn clone(&self) -> MountStrategy
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 MountStrategy
impl Debug for MountStrategy
Source§impl Default for MountStrategy
impl Default for MountStrategy
Source§fn default() -> MountStrategy
fn default() -> MountStrategy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MountStrategy
impl<'de> Deserialize<'de> for MountStrategy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MountStrategy
impl PartialEq for MountStrategy
Source§fn eq(&self, other: &MountStrategy) -> bool
fn eq(&self, other: &MountStrategy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MountStrategy
impl Eq for MountStrategy
impl StructuralPartialEq for MountStrategy
Auto Trait Implementations§
impl Freeze for MountStrategy
impl RefUnwindSafe for MountStrategy
impl Send for MountStrategy
impl Sync for MountStrategy
impl Unpin for MountStrategy
impl UnsafeUnpin for MountStrategy
impl UnwindSafe for MountStrategy
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