pub enum ElementNodeKind {
Rule,
Condition,
Action,
Value,
}Expand description
The Workshop node category represented in an element-count report.
Variants§
Trait Implementations§
Source§impl Clone for ElementNodeKind
impl Clone for ElementNodeKind
impl Copy for ElementNodeKind
Source§impl Debug for ElementNodeKind
impl Debug for ElementNodeKind
impl Eq for ElementNodeKind
Source§impl PartialEq for ElementNodeKind
impl PartialEq for ElementNodeKind
impl StructuralPartialEq for ElementNodeKind
Auto Trait Implementations§
impl Freeze for ElementNodeKind
impl RefUnwindSafe for ElementNodeKind
impl Send for ElementNodeKind
impl Sync for ElementNodeKind
impl Unpin for ElementNodeKind
impl UnsafeUnpin for ElementNodeKind
impl UnwindSafe for ElementNodeKind
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