pub struct InterruptBefore {}Expand description
InterruptBefore : Nodes to interrupt immediately before they get executed.
Implementations§
Source§impl InterruptBefore
impl InterruptBefore
Sourcepub fn new() -> InterruptBefore
pub fn new() -> InterruptBefore
Nodes to interrupt immediately before they get executed.
Trait Implementations§
Source§impl Clone for InterruptBefore
impl Clone for InterruptBefore
Source§fn clone(&self) -> InterruptBefore
fn clone(&self) -> InterruptBefore
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 InterruptBefore
impl Debug for InterruptBefore
Source§impl Default for InterruptBefore
impl Default for InterruptBefore
Source§fn default() -> InterruptBefore
fn default() -> InterruptBefore
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterruptBefore
impl<'de> Deserialize<'de> for InterruptBefore
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InterruptBefore
impl PartialEq for InterruptBefore
Source§impl Serialize for InterruptBefore
impl Serialize for InterruptBefore
impl StructuralPartialEq for InterruptBefore
Auto Trait Implementations§
impl Freeze for InterruptBefore
impl RefUnwindSafe for InterruptBefore
impl Send for InterruptBefore
impl Sync for InterruptBefore
impl Unpin for InterruptBefore
impl UnwindSafe for InterruptBefore
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