pub struct AuthenticatedUntil(pub DateTime<Utc>);Tuple Fields§
§0: DateTime<Utc>Trait Implementations§
Source§impl Clone for AuthenticatedUntil
impl Clone for AuthenticatedUntil
Source§fn clone(&self) -> AuthenticatedUntil
fn clone(&self) -> AuthenticatedUntil
Returns a duplicate 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 moreSource§impl Debug for AuthenticatedUntil
impl Debug for AuthenticatedUntil
Source§impl PartialEq for AuthenticatedUntil
impl PartialEq for AuthenticatedUntil
impl StructuralPartialEq for AuthenticatedUntil
Auto Trait Implementations§
impl Freeze for AuthenticatedUntil
impl RefUnwindSafe for AuthenticatedUntil
impl Send for AuthenticatedUntil
impl Sync for AuthenticatedUntil
impl Unpin for AuthenticatedUntil
impl UnwindSafe for AuthenticatedUntil
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