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