pub enum RuleLevel {
Package,
Function,
Class,
Struct,
}Variants§
Trait Implementations§
impl Copy for RuleLevel
impl Eq for RuleLevel
impl StructuralPartialEq for RuleLevel
Auto Trait Implementations§
impl Freeze for RuleLevel
impl RefUnwindSafe for RuleLevel
impl Send for RuleLevel
impl Sync for RuleLevel
impl Unpin for RuleLevel
impl UnwindSafe for RuleLevel
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