Struct greader_api::GoogleAuth
source · pub struct GoogleAuth {
pub username: String,
pub password: String,
pub auth_token: Option<String>,
pub post_token: Option<PostToken>,
}Fields§
§username: String§password: String§auth_token: Option<String>§post_token: Option<PostToken>Trait Implementations§
source§impl Clone for GoogleAuth
impl Clone for GoogleAuth
source§fn clone(&self) -> GoogleAuth
fn clone(&self) -> GoogleAuth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more