Struct google_cloud_auth::token::Token [−][src]
pub struct Token {
pub access_token: String,
pub token_type: String,
pub expiry: Option<DateTime<Utc>>,
}Fields
access_token: Stringtoken_type: Stringexpiry: Option<DateTime<Utc>>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Token
impl UnwindSafe for Token
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
