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