Struct greader_api::models::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 moreAuto Trait Implementations§
impl Freeze for GoogleAuth
impl RefUnwindSafe for GoogleAuth
impl Send for GoogleAuth
impl Sync for GoogleAuth
impl Unpin for GoogleAuth
impl UnwindSafe for GoogleAuth
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