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