pub struct InterruptAfter1 {}Expand description
InterruptAfter1 : Nodes to interrupt immediately after they get executed.
Implementations§
Source§impl InterruptAfter1
impl InterruptAfter1
Sourcepub fn new() -> InterruptAfter1
pub fn new() -> InterruptAfter1
Nodes to interrupt immediately after they get executed.
Trait Implementations§
Source§impl Clone for InterruptAfter1
impl Clone for InterruptAfter1
Source§fn clone(&self) -> InterruptAfter1
fn clone(&self) -> InterruptAfter1
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 InterruptAfter1
impl Debug for InterruptAfter1
Source§impl Default for InterruptAfter1
impl Default for InterruptAfter1
Source§fn default() -> InterruptAfter1
fn default() -> InterruptAfter1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterruptAfter1
impl<'de> Deserialize<'de> for InterruptAfter1
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 InterruptAfter1
impl PartialEq for InterruptAfter1
Source§impl Serialize for InterruptAfter1
impl Serialize for InterruptAfter1
impl StructuralPartialEq for InterruptAfter1
Auto Trait Implementations§
impl Freeze for InterruptAfter1
impl RefUnwindSafe for InterruptAfter1
impl Send for InterruptAfter1
impl Sync for InterruptAfter1
impl Unpin for InterruptAfter1
impl UnwindSafe for InterruptAfter1
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