pub enum RuleScope {
All,
PathDefine(String),
Extend(String),
Assignable(String),
Implementation(String),
MatchRegex(String),
}
Variants§
Trait Implementations§
impl Eq for RuleScope
impl StructuralPartialEq for RuleScope
Auto Trait Implementations§
impl Freeze for RuleScope
impl RefUnwindSafe for RuleScope
impl Send for RuleScope
impl Sync for RuleScope
impl Unpin for RuleScope
impl UnwindSafe for RuleScope
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