Struct google_cloud_auth::token_source::service_account_token_source::OAuth2ServiceAccountTokenSource
source · pub struct OAuth2ServiceAccountTokenSource {
pub email: String,
pub pk: EncodingKey,
pub pk_id: String,
pub scopes: String,
pub token_url: String,
pub sub: Option<String>,
pub client: Client,
}Fields§
§email: String§pk: EncodingKey§pk_id: String§scopes: String§token_url: String§sub: Option<String>§client: ClientTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OAuth2ServiceAccountTokenSource
impl Send for OAuth2ServiceAccountTokenSource
impl Sync for OAuth2ServiceAccountTokenSource
impl Unpin for OAuth2ServiceAccountTokenSource
impl !UnwindSafe for OAuth2ServiceAccountTokenSource
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