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