pub struct ThreadRunCancelling {
pub data: Value,
pub event: String,
}Expand description
Occurs when a run moves to a cancelling status.
Fields§
§data: ValueRepresents an execution run on a
event: StringTrait Implementations§
Source§impl Clone for ThreadRunCancelling
impl Clone for ThreadRunCancelling
Source§fn clone(&self) -> ThreadRunCancelling
fn clone(&self) -> ThreadRunCancelling
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThreadRunCancelling
impl Debug for ThreadRunCancelling
Source§impl<'de> Deserialize<'de> for ThreadRunCancelling
impl<'de> Deserialize<'de> for ThreadRunCancelling
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
Auto Trait Implementations§
impl Freeze for ThreadRunCancelling
impl RefUnwindSafe for ThreadRunCancelling
impl Send for ThreadRunCancelling
impl Sync for ThreadRunCancelling
impl Unpin for ThreadRunCancelling
impl UnsafeUnpin for ThreadRunCancelling
impl UnwindSafe for ThreadRunCancelling
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