pub struct ParsedRuleSet { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedRuleSet
impl RefUnwindSafe for ParsedRuleSet
impl Send for ParsedRuleSet
impl Sync for ParsedRuleSet
impl Unpin for ParsedRuleSet
impl UnwindSafe for ParsedRuleSet
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