pub struct PluginStage(/* private fields */);Expand description
Named plugin stage (alias over tier-2 custom emission).
Implementations§
Source§impl PluginStage
impl PluginStage
Auto Trait Implementations§
impl Freeze for PluginStage
impl !RefUnwindSafe for PluginStage
impl Send for PluginStage
impl Sync for PluginStage
impl Unpin for PluginStage
impl UnsafeUnpin for PluginStage
impl !UnwindSafe for PluginStage
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