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