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