pub enum LastRotated {
Never,
At(InstantMillis),
}Variants§
Never
At(InstantMillis)
Trait Implementations§
Source§impl Clone for LastRotated
impl Clone for LastRotated
Source§fn clone(&self) -> LastRotated
fn clone(&self) -> LastRotated
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 moreimpl Copy for LastRotated
Source§impl Debug for LastRotated
impl Debug for LastRotated
impl Eq for LastRotated
Source§impl PartialEq for LastRotated
impl PartialEq for LastRotated
impl StructuralPartialEq for LastRotated
Auto Trait Implementations§
impl Freeze for LastRotated
impl RefUnwindSafe for LastRotated
impl Send for LastRotated
impl Sync for LastRotated
impl Unpin for LastRotated
impl UnsafeUnpin for LastRotated
impl UnwindSafe for LastRotated
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