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