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