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