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