pub enum ElementNodeKind {
Rule,
Condition,
Action,
Value,
}Expand description
The WIR node category represented in an element-count report.
Variants§
Trait Implementations§
Source§impl Clone for ElementNodeKind
impl Clone for ElementNodeKind
Source§fn clone(&self) -> ElementNodeKind
fn clone(&self) -> ElementNodeKind
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 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