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