pub enum FuseExportAllowOther {
off,
on,
auto,
}
Variants§
Trait Implementations§
Source§impl Clone for FuseExportAllowOther
impl Clone for FuseExportAllowOther
Source§fn clone(&self) -> FuseExportAllowOther
fn clone(&self) -> FuseExportAllowOther
Returns a duplicate of the value. Read more
1.0.0 · 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 FuseExportAllowOther
impl Debug for FuseExportAllowOther
Source§impl<'de> Deserialize<'de> for FuseExportAllowOther
impl<'de> Deserialize<'de> for FuseExportAllowOther
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 Enum for FuseExportAllowOther
impl Enum for FuseExportAllowOther
Source§impl FromStr for FuseExportAllowOther
impl FromStr for FuseExportAllowOther
Source§impl Hash for FuseExportAllowOther
impl Hash for FuseExportAllowOther
Source§impl Ord for FuseExportAllowOther
impl Ord for FuseExportAllowOther
Source§fn cmp(&self, other: &FuseExportAllowOther) -> Ordering
fn cmp(&self, other: &FuseExportAllowOther) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FuseExportAllowOther
impl PartialEq for FuseExportAllowOther
Source§impl PartialOrd for FuseExportAllowOther
impl PartialOrd for FuseExportAllowOther
Source§impl Serialize for FuseExportAllowOther
impl Serialize for FuseExportAllowOther
impl Copy for FuseExportAllowOther
impl Eq for FuseExportAllowOther
impl StructuralPartialEq for FuseExportAllowOther
Auto Trait Implementations§
impl Freeze for FuseExportAllowOther
impl RefUnwindSafe for FuseExportAllowOther
impl Send for FuseExportAllowOther
impl Sync for FuseExportAllowOther
impl Unpin for FuseExportAllowOther
impl UnwindSafe for FuseExportAllowOther
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