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