pub enum ContrastLevel {
Fail,
AA,
AAA,
}Variants§
Trait Implementations§
Source§impl Clone for ContrastLevel
impl Clone for ContrastLevel
Source§fn clone(&self) -> ContrastLevel
fn clone(&self) -> ContrastLevel
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 ContrastLevel
impl Debug for ContrastLevel
Source§impl PartialEq for ContrastLevel
impl PartialEq for ContrastLevel
Source§fn eq(&self, other: &ContrastLevel) -> bool
fn eq(&self, other: &ContrastLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ContrastLevel
impl Eq for ContrastLevel
impl StructuralPartialEq for ContrastLevel
Auto Trait Implementations§
impl Freeze for ContrastLevel
impl RefUnwindSafe for ContrastLevel
impl Send for ContrastLevel
impl Sync for ContrastLevel
impl Unpin for ContrastLevel
impl UnsafeUnpin for ContrastLevel
impl UnwindSafe for ContrastLevel
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