pub struct WhenPlugin;Expand description
when plugin (conditional block; wet-run).
Trait Implementations§
Source§impl ActionPlugin for WhenPlugin
impl ActionPlugin for WhenPlugin
Source§impl Clone for WhenPlugin
impl Clone for WhenPlugin
Source§fn clone(&self) -> WhenPlugin
fn clone(&self) -> WhenPlugin
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WhenPlugin
impl Debug for WhenPlugin
Source§impl Default for WhenPlugin
impl Default for WhenPlugin
Source§fn default() -> WhenPlugin
fn default() -> WhenPlugin
Returns the “default value” for a type. Read more
impl Copy for WhenPlugin
Auto Trait Implementations§
impl Freeze for WhenPlugin
impl RefUnwindSafe for WhenPlugin
impl Send for WhenPlugin
impl Sync for WhenPlugin
impl Unpin for WhenPlugin
impl UnsafeUnpin for WhenPlugin
impl UnwindSafe for WhenPlugin
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