pub enum ColorPreset {
Light,
Dark,
}Expand description
Built-in color palette for expression graphs.
Variants§
Trait Implementations§
Source§impl Clone for ColorPreset
impl Clone for ColorPreset
Source§fn clone(&self) -> ColorPreset
fn clone(&self) -> ColorPreset
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 ColorPreset
Source§impl Debug for ColorPreset
impl Debug for ColorPreset
impl Eq for ColorPreset
Source§impl PartialEq for ColorPreset
impl PartialEq for ColorPreset
impl StructuralPartialEq for ColorPreset
Auto Trait Implementations§
impl Freeze for ColorPreset
impl RefUnwindSafe for ColorPreset
impl Send for ColorPreset
impl Sync for ColorPreset
impl Unpin for ColorPreset
impl UnsafeUnpin for ColorPreset
impl UnwindSafe for ColorPreset
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