pub struct AuthorizationGrant {
pub grant_type: Option<GrantType>,
}Fields§
§grant_type: Option<GrantType>Implementations§
Trait Implementations§
Source§impl Clone for AuthorizationGrant
impl Clone for AuthorizationGrant
Source§fn clone(&self) -> AuthorizationGrant
fn clone(&self) -> AuthorizationGrant
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 AuthorizationGrant
impl Debug for AuthorizationGrant
Source§impl Default for AuthorizationGrant
impl Default for AuthorizationGrant
Source§fn default() -> AuthorizationGrant
fn default() -> AuthorizationGrant
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthorizationGrant
impl<'de> Deserialize<'de> for AuthorizationGrant
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 PartialEq for AuthorizationGrant
impl PartialEq for AuthorizationGrant
Source§impl Serialize for AuthorizationGrant
impl Serialize for AuthorizationGrant
impl StructuralPartialEq for AuthorizationGrant
Auto Trait Implementations§
impl Freeze for AuthorizationGrant
impl RefUnwindSafe for AuthorizationGrant
impl Send for AuthorizationGrant
impl Sync for AuthorizationGrant
impl Unpin for AuthorizationGrant
impl UnwindSafe for AuthorizationGrant
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