pub struct PluginRegistrar<T>where
T: Plugin,{ /* private fields */ }Expand description
A registrar is created by a plugin manager and provided to the library’s registration function to register any plugins it has.
Implementations§
Source§impl<T> PluginRegistrar<T>where
T: Plugin,
impl<T> PluginRegistrar<T>where
T: Plugin,
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for PluginRegistrar<T>
impl<T> !RefUnwindSafe for PluginRegistrar<T>
impl<T> !Send for PluginRegistrar<T>
impl<T> !Sync for PluginRegistrar<T>
impl<T> Unpin for PluginRegistrar<T>
impl<T> !UnwindSafe for PluginRegistrar<T>
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