pub struct UpdateAccountInput {
pub access_token: Option<Option<String>>,
pub refresh_token: Option<Option<String>>,
pub id_token: Option<Option<String>>,
pub access_token_expires_at: Option<Option<OffsetDateTime>>,
pub refresh_token_expires_at: Option<Option<OffsetDateTime>>,
pub scope: Option<Option<String>>,
}Fields§
§access_token: Option<Option<String>>§refresh_token: Option<Option<String>>§id_token: Option<Option<String>>§access_token_expires_at: Option<Option<OffsetDateTime>>§refresh_token_expires_at: Option<Option<OffsetDateTime>>§scope: Option<Option<String>>Trait Implementations§
Source§impl Clone for UpdateAccountInput
impl Clone for UpdateAccountInput
Source§fn clone(&self) -> UpdateAccountInput
fn clone(&self) -> UpdateAccountInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateAccountInput
impl Debug for UpdateAccountInput
Source§impl Default for UpdateAccountInput
impl Default for UpdateAccountInput
Source§fn default() -> UpdateAccountInput
fn default() -> UpdateAccountInput
Returns the “default value” for a type. Read more
impl Eq for UpdateAccountInput
Source§impl PartialEq for UpdateAccountInput
impl PartialEq for UpdateAccountInput
Source§fn eq(&self, other: &UpdateAccountInput) -> bool
fn eq(&self, other: &UpdateAccountInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateAccountInput
Auto Trait Implementations§
impl Freeze for UpdateAccountInput
impl RefUnwindSafe for UpdateAccountInput
impl Send for UpdateAccountInput
impl Sync for UpdateAccountInput
impl Unpin for UpdateAccountInput
impl UnsafeUnpin for UpdateAccountInput
impl UnwindSafe for UpdateAccountInput
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.