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