pub enum HalsteadType {
Operator,
Operand,
Unknown,
}
Expand description
Specifies the type of nodes accepted by the Halstead
metric.
Variants§
Operator
The node is an Halstead
operator
Operand
The node is an Halstead
operand
Unknown
The node is unknown to the Halstead
metric
Auto Trait Implementations§
impl Freeze for HalsteadType
impl RefUnwindSafe for HalsteadType
impl Send for HalsteadType
impl Sync for HalsteadType
impl Unpin for HalsteadType
impl UnwindSafe for HalsteadType
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