pub enum KeeperPeriod {
Start,
End,
}
Variants§
Trait Implementations§
Source§impl Clone for KeeperPeriod
impl Clone for KeeperPeriod
Source§fn clone(&self) -> KeeperPeriod
fn clone(&self) -> KeeperPeriod
Returns a copy 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 KeeperPeriod
impl Debug for KeeperPeriod
Source§impl Ord for KeeperPeriod
impl Ord for KeeperPeriod
Source§fn cmp(&self, other: &KeeperPeriod) -> Ordering
fn cmp(&self, other: &KeeperPeriod) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeeperPeriod
impl PartialEq for KeeperPeriod
Source§impl PartialOrd for KeeperPeriod
impl PartialOrd for KeeperPeriod
impl Eq for KeeperPeriod
impl StructuralPartialEq for KeeperPeriod
Auto Trait Implementations§
impl Freeze for KeeperPeriod
impl RefUnwindSafe for KeeperPeriod
impl Send for KeeperPeriod
impl Sync for KeeperPeriod
impl Unpin for KeeperPeriod
impl UnwindSafe for KeeperPeriod
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