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