pub enum KeeperCutoff {
After,
Before,
}
Variants§
Trait Implementations§
Source§impl Clone for KeeperCutoff
impl Clone for KeeperCutoff
Source§fn clone(&self) -> KeeperCutoff
fn clone(&self) -> KeeperCutoff
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 KeeperCutoff
impl Debug for KeeperCutoff
Source§impl Ord for KeeperCutoff
impl Ord for KeeperCutoff
Source§fn cmp(&self, other: &KeeperCutoff) -> Ordering
fn cmp(&self, other: &KeeperCutoff) -> 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 KeeperCutoff
impl PartialEq for KeeperCutoff
Source§impl PartialOrd for KeeperCutoff
impl PartialOrd for KeeperCutoff
impl Eq for KeeperCutoff
impl StructuralPartialEq for KeeperCutoff
Auto Trait Implementations§
impl Freeze for KeeperCutoff
impl RefUnwindSafe for KeeperCutoff
impl Send for KeeperCutoff
impl Sync for KeeperCutoff
impl Unpin for KeeperCutoff
impl UnwindSafe for KeeperCutoff
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