pub enum CountingBehaviorConflict {
None,
Always,
Overflowing,
}Expand description
A conflict between counting behaviors
Variants§
Trait Implementations§
Source§impl Clone for CountingBehaviorConflict
impl Clone for CountingBehaviorConflict
Source§fn clone(&self) -> CountingBehaviorConflict
fn clone(&self) -> CountingBehaviorConflict
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 CountingBehaviorConflict
impl Debug for CountingBehaviorConflict
Source§impl Hash for CountingBehaviorConflict
impl Hash for CountingBehaviorConflict
Source§impl Ord for CountingBehaviorConflict
impl Ord for CountingBehaviorConflict
Source§fn cmp(&self, other: &CountingBehaviorConflict) -> Ordering
fn cmp(&self, other: &CountingBehaviorConflict) -> 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 CountingBehaviorConflict
impl PartialEq for CountingBehaviorConflict
Source§impl PartialOrd for CountingBehaviorConflict
impl PartialOrd for CountingBehaviorConflict
impl Copy for CountingBehaviorConflict
impl Eq for CountingBehaviorConflict
impl StructuralPartialEq for CountingBehaviorConflict
Auto Trait Implementations§
impl Freeze for CountingBehaviorConflict
impl RefUnwindSafe for CountingBehaviorConflict
impl Send for CountingBehaviorConflict
impl Sync for CountingBehaviorConflict
impl Unpin for CountingBehaviorConflict
impl UnwindSafe for CountingBehaviorConflict
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