Struct greader_api::InoreaderAuth [−][src]
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: Stringclient_secret: Stringaccess_token: Stringrefresh_token: Stringexpires_at: DateTime<Utc>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InoreaderAuth
impl Send for InoreaderAuth
impl Sync for InoreaderAuth
impl Unpin for InoreaderAuth
impl UnwindSafe for InoreaderAuth
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
