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