pub struct Plugin { /* private fields */ }Expand description
Fully validated plugin definition returned by an exported factory.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Plugin
impl !UnwindSafe for Plugin
impl Freeze for Plugin
impl Send for Plugin
impl Sync for Plugin
impl Unpin for Plugin
impl UnsafeUnpin for Plugin
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