pub struct RuleRegistry { /* private fields */ }Expand description
Rule registry
Implementations§
Source§impl RuleRegistry
impl RuleRegistry
Trait Implementations§
Source§impl Debug for RuleRegistry
impl Debug for RuleRegistry
Auto Trait Implementations§
impl Freeze for RuleRegistry
impl RefUnwindSafe for RuleRegistry
impl Send for RuleRegistry
impl Sync for RuleRegistry
impl Unpin for RuleRegistry
impl UnsafeUnpin for RuleRegistry
impl UnwindSafe for RuleRegistry
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