pub enum CheckContrastMethod {
CheckContrast,
}Variants§
CheckContrast
Trait Implementations§
Source§impl Clone for CheckContrastMethod
impl Clone for CheckContrastMethod
Source§fn clone(&self) -> CheckContrastMethod
fn clone(&self) -> CheckContrastMethod
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 CheckContrastMethod
impl Debug for CheckContrastMethod
Source§impl<'de> Deserialize<'de> for CheckContrastMethod
impl<'de> Deserialize<'de> for CheckContrastMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CheckContrastMethod
impl PartialEq for CheckContrastMethod
Source§impl Serialize for CheckContrastMethod
impl Serialize for CheckContrastMethod
impl StructuralPartialEq for CheckContrastMethod
Auto Trait Implementations§
impl Freeze for CheckContrastMethod
impl RefUnwindSafe for CheckContrastMethod
impl Send for CheckContrastMethod
impl Sync for CheckContrastMethod
impl Unpin for CheckContrastMethod
impl UnsafeUnpin for CheckContrastMethod
impl UnwindSafe for CheckContrastMethod
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