pub enum ContrastModel {
Apca,
Wcag,
}Variants§
Trait Implementations§
Source§impl Clone for ContrastModel
impl Clone for ContrastModel
Source§fn clone(&self) -> ContrastModel
fn clone(&self) -> ContrastModel
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 ContrastModel
impl Debug for ContrastModel
Source§impl PartialEq for ContrastModel
impl PartialEq for ContrastModel
impl Copy for ContrastModel
impl Eq for ContrastModel
impl StructuralPartialEq for ContrastModel
Auto Trait Implementations§
impl Freeze for ContrastModel
impl RefUnwindSafe for ContrastModel
impl Send for ContrastModel
impl Sync for ContrastModel
impl Unpin for ContrastModel
impl UnsafeUnpin for ContrastModel
impl UnwindSafe for ContrastModel
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