pub enum CoherenceQuality {
Excellent,
Good,
Marginal,
Poor,
}Expand description
Coherence quality classification
Variants§
Trait Implementations§
Source§impl Clone for CoherenceQuality
impl Clone for CoherenceQuality
Source§fn clone(&self) -> CoherenceQuality
fn clone(&self) -> CoherenceQuality
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CoherenceQuality
impl Debug for CoherenceQuality
Source§impl PartialEq for CoherenceQuality
impl PartialEq for CoherenceQuality
Source§fn eq(&self, other: &CoherenceQuality) -> bool
fn eq(&self, other: &CoherenceQuality) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CoherenceQuality
Auto Trait Implementations§
impl Freeze for CoherenceQuality
impl RefUnwindSafe for CoherenceQuality
impl Send for CoherenceQuality
impl Sync for CoherenceQuality
impl Unpin for CoherenceQuality
impl UnsafeUnpin for CoherenceQuality
impl UnwindSafe for CoherenceQuality
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