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