pub enum SelectiveColorMode {
Relative,
Absolute,
}Expand description
TS SelectiveColorAdjustment.mode = 'relative' | 'absolute'.
Variants§
Trait Implementations§
Source§impl Clone for SelectiveColorMode
impl Clone for SelectiveColorMode
Source§fn clone(&self) -> SelectiveColorMode
fn clone(&self) -> SelectiveColorMode
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 moreimpl Copy for SelectiveColorMode
Source§impl Debug for SelectiveColorMode
impl Debug for SelectiveColorMode
impl Eq for SelectiveColorMode
Source§impl PartialEq for SelectiveColorMode
impl PartialEq for SelectiveColorMode
Source§fn eq(&self, other: &SelectiveColorMode) -> bool
fn eq(&self, other: &SelectiveColorMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectiveColorMode
Auto Trait Implementations§
impl Freeze for SelectiveColorMode
impl RefUnwindSafe for SelectiveColorMode
impl Send for SelectiveColorMode
impl Sync for SelectiveColorMode
impl Unpin for SelectiveColorMode
impl UnsafeUnpin for SelectiveColorMode
impl UnwindSafe for SelectiveColorMode
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