pub struct OneTimeTokenSession {
pub session: Session,
pub user: User,
}Fields§
§session: Session§user: UserTrait Implementations§
Source§impl Clone for OneTimeTokenSession
impl Clone for OneTimeTokenSession
Source§fn clone(&self) -> OneTimeTokenSession
fn clone(&self) -> OneTimeTokenSession
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 OneTimeTokenSession
impl Debug for OneTimeTokenSession
Source§impl PartialEq for OneTimeTokenSession
impl PartialEq for OneTimeTokenSession
Source§fn eq(&self, other: &OneTimeTokenSession) -> bool
fn eq(&self, other: &OneTimeTokenSession) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OneTimeTokenSession
impl StructuralPartialEq for OneTimeTokenSession
Auto Trait Implementations§
impl Freeze for OneTimeTokenSession
impl RefUnwindSafe for OneTimeTokenSession
impl Send for OneTimeTokenSession
impl Sync for OneTimeTokenSession
impl Unpin for OneTimeTokenSession
impl UnsafeUnpin for OneTimeTokenSession
impl UnwindSafe for OneTimeTokenSession
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
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.