Struct google_cloud_auth::token_source::authorized_user_token_source::UserAccountTokenSource
source · [−]pub struct UserAccountTokenSource { /* private fields */ }Trait Implementations
sourceimpl Debug for UserAccountTokenSource
impl Debug for UserAccountTokenSource
Auto Trait Implementations
impl !RefUnwindSafe for UserAccountTokenSource
impl Send for UserAccountTokenSource
impl Sync for UserAccountTokenSource
impl Unpin for UserAccountTokenSource
impl !UnwindSafe for UserAccountTokenSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more