pub enum MountTypesPrefer {
RespondAsync,
}Expand description
MountTypesPrefer
JSON schema
{
"type": "string",
"enum": [
"respond-async"
]
}Variants§
RespondAsync
Trait Implementations§
Source§impl Clone for MountTypesPrefer
impl Clone for MountTypesPrefer
Source§fn clone(&self) -> MountTypesPrefer
fn clone(&self) -> MountTypesPrefer
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 moreimpl Copy for MountTypesPrefer
Source§impl Debug for MountTypesPrefer
impl Debug for MountTypesPrefer
Source§impl<'de> Deserialize<'de> for MountTypesPrefer
impl<'de> Deserialize<'de> for MountTypesPrefer
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 Display for MountTypesPrefer
impl Display for MountTypesPrefer
impl Eq for MountTypesPrefer
Source§impl From<&MountTypesPrefer> for MountTypesPrefer
impl From<&MountTypesPrefer> for MountTypesPrefer
Source§fn from(value: &MountTypesPrefer) -> Self
fn from(value: &MountTypesPrefer) -> Self
Converts to this type from the input type.
Source§impl FromStr for MountTypesPrefer
impl FromStr for MountTypesPrefer
Source§impl Hash for MountTypesPrefer
impl Hash for MountTypesPrefer
Source§impl Ord for MountTypesPrefer
impl Ord for MountTypesPrefer
Source§fn cmp(&self, other: &MountTypesPrefer) -> Ordering
fn cmp(&self, other: &MountTypesPrefer) -> Ordering
1.21.0 (const: unstable) · 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 MountTypesPrefer
impl PartialEq for MountTypesPrefer
Source§impl PartialOrd for MountTypesPrefer
impl PartialOrd for MountTypesPrefer
Source§impl Serialize for MountTypesPrefer
impl Serialize for MountTypesPrefer
impl StructuralPartialEq for MountTypesPrefer
Source§impl TryFrom<&String> for MountTypesPrefer
impl TryFrom<&String> for MountTypesPrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for MountTypesPrefer
impl TryFrom<&str> for MountTypesPrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for MountTypesPrefer
impl TryFrom<String> for MountTypesPrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for MountTypesPrefer
impl RefUnwindSafe for MountTypesPrefer
impl Send for MountTypesPrefer
impl Sync for MountTypesPrefer
impl Unpin for MountTypesPrefer
impl UnsafeUnpin for MountTypesPrefer
impl UnwindSafe for MountTypesPrefer
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