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