pub struct PluginCtx { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<&PluginCtx> for RPluginCtx
impl From<&PluginCtx> for RPluginCtx
Source§impl From<&RPluginCtx> for PluginCtx
impl From<&RPluginCtx> for PluginCtx
Source§fn from(r: &RPluginCtx) -> Self
fn from(r: &RPluginCtx) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PluginCtx
impl RefUnwindSafe for PluginCtx
impl Send for PluginCtx
impl Sync for PluginCtx
impl Unpin for PluginCtx
impl UnsafeUnpin for PluginCtx
impl UnwindSafe for PluginCtx
Blanket Implementations§
Source§impl<Source> AccessAs for Source
impl<Source> AccessAs for Source
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