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