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