pub struct ThreadRevertedNotification {
pub thread_id: String,
}Expand description
thread/reverted — the thread was rolled back.
Fields§
§thread_id: StringTrait Implementations§
Source§impl Clone for ThreadRevertedNotification
impl Clone for ThreadRevertedNotification
Source§fn clone(&self) -> ThreadRevertedNotification
fn clone(&self) -> ThreadRevertedNotification
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 ThreadRevertedNotification
impl Debug for ThreadRevertedNotification
Source§impl<'de> Deserialize<'de> for ThreadRevertedNotification
impl<'de> Deserialize<'de> for ThreadRevertedNotification
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
impl StructuralPartialEq for ThreadRevertedNotification
Auto Trait Implementations§
impl Freeze for ThreadRevertedNotification
impl RefUnwindSafe for ThreadRevertedNotification
impl Send for ThreadRevertedNotification
impl Sync for ThreadRevertedNotification
impl Unpin for ThreadRevertedNotification
impl UnsafeUnpin for ThreadRevertedNotification
impl UnwindSafe for ThreadRevertedNotification
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