pub struct NoopRuleRegistry;Expand description
Noop registry: returns no rules.
Trait Implementations§
Source§impl Default for NoopRuleRegistry
impl Default for NoopRuleRegistry
Source§fn default() -> NoopRuleRegistry
fn default() -> NoopRuleRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopRuleRegistry
impl RefUnwindSafe for NoopRuleRegistry
impl Send for NoopRuleRegistry
impl Sync for NoopRuleRegistry
impl Unpin for NoopRuleRegistry
impl UnsafeUnpin for NoopRuleRegistry
impl UnwindSafe for NoopRuleRegistry
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