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