pub enum ExpiredField {
Expires,
Created,
Date,
}Expand description
Indicator of which date field was checked for an expired error
Variants§
Trait Implementations§
Source§impl Clone for ExpiredField
impl Clone for ExpiredField
Source§fn clone(&self) -> ExpiredField
fn clone(&self) -> ExpiredField
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 ExpiredField
impl Debug for ExpiredField
Source§impl Display for ExpiredField
impl Display for ExpiredField
impl Copy for ExpiredField
Auto Trait Implementations§
impl Freeze for ExpiredField
impl RefUnwindSafe for ExpiredField
impl Send for ExpiredField
impl Sync for ExpiredField
impl Unpin for ExpiredField
impl UnwindSafe for ExpiredField
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