Struct greader_api::InoreaderAuth
source · pub struct InoreaderAuth {
pub client_id: String,
pub client_secret: String,
pub access_token: String,
pub refresh_token: String,
pub expires_at: DateTime<Utc>,
}Fields§
§client_id: String§client_secret: String§access_token: String§refresh_token: String§expires_at: DateTime<Utc>Trait Implementations§
source§impl Clone for InoreaderAuth
impl Clone for InoreaderAuth
source§fn clone(&self) -> InoreaderAuth
fn clone(&self) -> InoreaderAuth
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