pub struct RunStreamEventThreadRunCancelling {
    pub data: RunObject,
}Expand description
Occurs when a run moves to a cancelling status.
Fields§
§data: RunObjectImplementations§
Trait Implementations§
Source§impl Clone for RunStreamEventThreadRunCancelling
 
impl Clone for RunStreamEventThreadRunCancelling
Source§fn clone(&self) -> RunStreamEventThreadRunCancelling
 
fn clone(&self) -> RunStreamEventThreadRunCancelling
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<'de> Deserialize<'de> for RunStreamEventThreadRunCancelling
 
impl<'de> Deserialize<'de> for RunStreamEventThreadRunCancelling
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 RunStreamEventThreadRunCancelling
 
impl PartialEq for RunStreamEventThreadRunCancelling
Source§fn eq(&self, other: &RunStreamEventThreadRunCancelling) -> bool
 
fn eq(&self, other: &RunStreamEventThreadRunCancelling) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunStreamEventThreadRunCancelling
Auto Trait Implementations§
impl Freeze for RunStreamEventThreadRunCancelling
impl RefUnwindSafe for RunStreamEventThreadRunCancelling
impl Send for RunStreamEventThreadRunCancelling
impl Sync for RunStreamEventThreadRunCancelling
impl Unpin for RunStreamEventThreadRunCancelling
impl UnwindSafe for RunStreamEventThreadRunCancelling
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