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