pub struct GetAccessToken<'a> {
pub client_id: &'a ClientId,
pub client_secret: &'a ClientSecret,
}Fields§
§client_id: &'a ClientId§client_secret: &'a ClientSecretTrait Implementations§
Source§impl<'a> Debug for GetAccessToken<'a>
impl<'a> Debug for GetAccessToken<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetAccessToken<'a>
impl<'a> RefUnwindSafe for GetAccessToken<'a>
impl<'a> Send for GetAccessToken<'a>
impl<'a> Sync for GetAccessToken<'a>
impl<'a> Unpin for GetAccessToken<'a>
impl<'a> UnwindSafe for GetAccessToken<'a>
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