Struct greader_api::GoogleAuth [−][src]
pub struct GoogleAuth {
pub username: String,
pub password: String,
pub auth_token: Option<String>,
pub post_token: Option<String>,
}Fields
username: Stringpassword: Stringauth_token: Option<String>post_token: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GoogleAuth
impl Send for GoogleAuth
impl Sync for GoogleAuth
impl Unpin for GoogleAuth
impl UnwindSafe for GoogleAuth
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