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