pub struct TokenRequestOptions;Expand description
Options for getting a token from a TokenCredential
Trait Implementations§
Source§impl Clone for TokenRequestOptions
impl Clone for TokenRequestOptions
Source§fn clone(&self) -> TokenRequestOptions
fn clone(&self) -> TokenRequestOptions
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 TokenRequestOptions
impl Debug for TokenRequestOptions
Source§impl Default for TokenRequestOptions
impl Default for TokenRequestOptions
Source§fn default() -> TokenRequestOptions
fn default() -> TokenRequestOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TokenRequestOptions
impl RefUnwindSafe for TokenRequestOptions
impl Send for TokenRequestOptions
impl Sync for TokenRequestOptions
impl Unpin for TokenRequestOptions
impl UnwindSafe for TokenRequestOptions
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