pub enum TextFxLiveContrast {
Difference,
Exclusion,
Plus,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TextFxLiveContrast
impl Clone for TextFxLiveContrast
Source§fn clone(&self) -> TextFxLiveContrast
fn clone(&self) -> TextFxLiveContrast
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 TextFxLiveContrast
Source§impl Debug for TextFxLiveContrast
impl Debug for TextFxLiveContrast
Source§impl Default for TextFxLiveContrast
impl Default for TextFxLiveContrast
Source§fn default() -> TextFxLiveContrast
fn default() -> TextFxLiveContrast
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextFxLiveContrast
impl<'de> Deserialize<'de> for TextFxLiveContrast
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
impl Eq for TextFxLiveContrast
Source§impl PartialEq for TextFxLiveContrast
impl PartialEq for TextFxLiveContrast
Source§fn eq(&self, other: &TextFxLiveContrast) -> bool
fn eq(&self, other: &TextFxLiveContrast) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxLiveContrast
impl Serialize for TextFxLiveContrast
impl StructuralPartialEq for TextFxLiveContrast
Auto Trait Implementations§
impl Freeze for TextFxLiveContrast
impl RefUnwindSafe for TextFxLiveContrast
impl Send for TextFxLiveContrast
impl Sync for TextFxLiveContrast
impl Unpin for TextFxLiveContrast
impl UnsafeUnpin for TextFxLiveContrast
impl UnwindSafe for TextFxLiveContrast
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