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