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