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