pub enum NodeCategory {
Math,
Logic,
Texture,
Color,
Vector,
Flow,
Event,
Variable,
Custom,
}Variants§
Trait Implementations§
Source§impl Clone for NodeCategory
impl Clone for NodeCategory
Source§fn clone(&self) -> NodeCategory
fn clone(&self) -> NodeCategory
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 NodeCategory
impl Debug for NodeCategory
Source§impl PartialEq for NodeCategory
impl PartialEq for NodeCategory
impl Copy for NodeCategory
impl StructuralPartialEq for NodeCategory
Auto Trait Implementations§
impl Freeze for NodeCategory
impl RefUnwindSafe for NodeCategory
impl Send for NodeCategory
impl Sync for NodeCategory
impl Unpin for NodeCategory
impl UnwindSafe for NodeCategory
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