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