Struct google_cloud_auth::token_source::service_account_token_source::ServiceAccountTokenSource
source · pub struct ServiceAccountTokenSource { /* private fields */ }Trait Implementations
sourceimpl Debug for ServiceAccountTokenSource
impl Debug for ServiceAccountTokenSource
Auto Trait Implementations
impl RefUnwindSafe for ServiceAccountTokenSource
impl Send for ServiceAccountTokenSource
impl Sync for ServiceAccountTokenSource
impl Unpin for ServiceAccountTokenSource
impl UnwindSafe for ServiceAccountTokenSource
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