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