pub struct GetAccessTokenOptions {
pub client_id: String,
pub client_secret: String,
pub scope: String,
pub user_agent: String,
pub auth_api: String,
}
Fields§
§client_id: String
§client_secret: String
§scope: String
§user_agent: String
§auth_api: String
Trait Implementations§
Source§impl Clone for GetAccessTokenOptions
impl Clone for GetAccessTokenOptions
Source§fn clone(&self) -> GetAccessTokenOptions
fn clone(&self) -> GetAccessTokenOptions
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 GetAccessTokenOptions
impl Debug for GetAccessTokenOptions
Source§impl Hash for GetAccessTokenOptions
impl Hash for GetAccessTokenOptions
Source§impl PartialEq for GetAccessTokenOptions
impl PartialEq for GetAccessTokenOptions
impl Eq for GetAccessTokenOptions
impl StructuralPartialEq for GetAccessTokenOptions
Auto Trait Implementations§
impl Freeze for GetAccessTokenOptions
impl RefUnwindSafe for GetAccessTokenOptions
impl Send for GetAccessTokenOptions
impl Sync for GetAccessTokenOptions
impl Unpin for GetAccessTokenOptions
impl UnwindSafe for GetAccessTokenOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.