Struct tlns_google_oauth2::Authentication
source · pub struct Authentication<'a>(pub String, pub CsrfToken, pub Vec<&'a dyn ToGoogleScope>);
Expand description
Authentication stuffs
Tuple Fields§
§0: String
§1: CsrfToken
§2: Vec<&'a dyn ToGoogleScope>
Auto Trait Implementations§
impl<'a> Freeze for Authentication<'a>
impl<'a> !RefUnwindSafe for Authentication<'a>
impl<'a> !Send for Authentication<'a>
impl<'a> !Sync for Authentication<'a>
impl<'a> Unpin for Authentication<'a>
impl<'a> !UnwindSafe for Authentication<'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