pub struct PluginInstaller;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginInstaller
impl RefUnwindSafe for PluginInstaller
impl Send for PluginInstaller
impl Sync for PluginInstaller
impl Unpin for PluginInstaller
impl UnsafeUnpin for PluginInstaller
impl UnwindSafe for PluginInstaller
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