pub enum AuthModeTrue {
Oauth2,
ApiKey,
Basic,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for AuthModeTrue
impl Clone for AuthModeTrue
Source§fn clone(&self) -> AuthModeTrue
fn clone(&self) -> AuthModeTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuthModeTrue
impl Debug for AuthModeTrue
Source§impl Default for AuthModeTrue
impl Default for AuthModeTrue
Source§fn default() -> AuthModeTrue
fn default() -> AuthModeTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthModeTrue
impl<'de> Deserialize<'de> for AuthModeTrue
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 Hash for AuthModeTrue
impl Hash for AuthModeTrue
Source§impl Ord for AuthModeTrue
impl Ord for AuthModeTrue
Source§fn cmp(&self, other: &AuthModeTrue) -> Ordering
fn cmp(&self, other: &AuthModeTrue) -> Ordering
1.21.0 · 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 AuthModeTrue
impl PartialEq for AuthModeTrue
Source§impl PartialOrd for AuthModeTrue
impl PartialOrd for AuthModeTrue
Source§impl Serialize for AuthModeTrue
impl Serialize for AuthModeTrue
impl Copy for AuthModeTrue
impl Eq for AuthModeTrue
impl StructuralPartialEq for AuthModeTrue
Auto Trait Implementations§
impl Freeze for AuthModeTrue
impl RefUnwindSafe for AuthModeTrue
impl Send for AuthModeTrue
impl Sync for AuthModeTrue
impl Unpin for AuthModeTrue
impl UnwindSafe for AuthModeTrue
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