pub struct RuleRegistry { /* private fields */ }Trait Implementations§
Source§impl ExternType for RuleRegistry
impl ExternType 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 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