pub struct PluginApi<R: Runtime, C: DeserializeOwned> { /* private fields */ }
Expand description
Api exposed to the plugin setup hook.
Implementations§
Source§impl<R: Runtime, C: DeserializeOwned> PluginApi<R, C>
impl<R: Runtime, C: DeserializeOwned> PluginApi<R, C>
Trait Implementations§
Auto Trait Implementations§
impl<R, C> Freeze for PluginApi<R, C>
impl<R, C> !RefUnwindSafe for PluginApi<R, C>
impl<R, C> Send for PluginApi<R, C>where
C: Send,
impl<R, C> Sync for PluginApi<R, C>where
C: Sync,
impl<R, C> Unpin for PluginApi<R, C>
impl<R, C> !UnwindSafe for PluginApi<R, C>
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