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