pub struct PluginHook { /* private fields */ }
Expand description
Represents a plugin object. Not very useful outside of internal functions.
Implementations§
Trait Implementations§
Source§impl Deref for PluginHook
impl Deref for PluginHook
Auto Trait Implementations§
impl Freeze for PluginHook
impl !RefUnwindSafe for PluginHook
impl Send for PluginHook
impl Sync for PluginHook
impl Unpin for PluginHook
impl !UnwindSafe for PluginHook
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