pub enum TieBreaker {
NextRule,
ById,
}Expand description
How ties are broken after all rules are exhausted.
Variants§
Trait Implementations§
Source§impl Clone for TieBreaker
impl Clone for TieBreaker
Source§fn clone(&self) -> TieBreaker
fn clone(&self) -> TieBreaker
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 TieBreaker
impl Debug for TieBreaker
Source§impl Default for TieBreaker
impl Default for TieBreaker
Source§fn default() -> TieBreaker
fn default() -> TieBreaker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TieBreaker
impl RefUnwindSafe for TieBreaker
impl Send for TieBreaker
impl Sync for TieBreaker
impl Unpin for TieBreaker
impl UnsafeUnpin for TieBreaker
impl UnwindSafe for TieBreaker
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