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