pub struct AccountToken {
pub email_nonce: EmailNonce,
pub expires_at: OffsetDateTime,
}Fields§
§email_nonce: EmailNonce§expires_at: OffsetDateTimeTrait Implementations§
Source§impl Clone for AccountToken
impl Clone for AccountToken
Source§fn clone(&self) -> AccountToken
fn clone(&self) -> AccountToken
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 AccountToken
impl Debug for AccountToken
impl Eq for AccountToken
Source§impl PartialEq for AccountToken
impl PartialEq for AccountToken
impl StructuralPartialEq for AccountToken
Auto Trait Implementations§
impl Freeze for AccountToken
impl RefUnwindSafe for AccountToken
impl Send for AccountToken
impl Sync for AccountToken
impl Unpin for AccountToken
impl UnsafeUnpin for AccountToken
impl UnwindSafe for AccountToken
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