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