pub struct NoopPluginRegistry;Expand description
A plugin registry that has no plugins. Used as default when no plugins are configured.
Trait Implementations§
Source§impl PluginRegistry for NoopPluginRegistry
impl PluginRegistry for NoopPluginRegistry
Auto Trait Implementations§
impl Freeze for NoopPluginRegistry
impl RefUnwindSafe for NoopPluginRegistry
impl Send for NoopPluginRegistry
impl Sync for NoopPluginRegistry
impl Unpin for NoopPluginRegistry
impl UnsafeUnpin for NoopPluginRegistry
impl UnwindSafe for NoopPluginRegistry
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