pub struct GrantOauthAuthorizationOptions {
pub client_ref: Option<String>,
pub redirect_uri: Option<String>,
pub response_type: Option<String>,
pub scope: Option<String>,
pub state: Option<String>,
}Fields§
§client_ref: Option<String>§redirect_uri: Option<String>§response_type: Option<String>§scope: Option<String>§state: Option<String>Trait Implementations§
Source§impl Clone for GrantOauthAuthorizationOptions
impl Clone for GrantOauthAuthorizationOptions
Source§fn clone(&self) -> GrantOauthAuthorizationOptions
fn clone(&self) -> GrantOauthAuthorizationOptions
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 Eq for GrantOauthAuthorizationOptions
Source§impl Ord for GrantOauthAuthorizationOptions
impl Ord for GrantOauthAuthorizationOptions
Source§fn cmp(&self, other: &GrantOauthAuthorizationOptions) -> Ordering
fn cmp(&self, other: &GrantOauthAuthorizationOptions) -> 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 PartialOrd for GrantOauthAuthorizationOptions
impl PartialOrd for GrantOauthAuthorizationOptions
impl StructuralPartialEq for GrantOauthAuthorizationOptions
Auto Trait Implementations§
impl Freeze for GrantOauthAuthorizationOptions
impl RefUnwindSafe for GrantOauthAuthorizationOptions
impl Send for GrantOauthAuthorizationOptions
impl Sync for GrantOauthAuthorizationOptions
impl Unpin for GrantOauthAuthorizationOptions
impl UnsafeUnpin for GrantOauthAuthorizationOptions
impl UnwindSafe for GrantOauthAuthorizationOptions
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