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