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