pub struct ThreadLifecycleNotification {
pub thread_id: String,
pub extra: Map<String, Value>,
}Fields§
§thread_id: String§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for ThreadLifecycleNotification
impl Clone for ThreadLifecycleNotification
Source§fn clone(&self) -> ThreadLifecycleNotification
fn clone(&self) -> ThreadLifecycleNotification
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 ThreadLifecycleNotification
impl Debug for ThreadLifecycleNotification
Source§impl Default for ThreadLifecycleNotification
impl Default for ThreadLifecycleNotification
Source§fn default() -> ThreadLifecycleNotification
fn default() -> ThreadLifecycleNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThreadLifecycleNotification
impl<'de> Deserialize<'de> for ThreadLifecycleNotification
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 ThreadLifecycleNotification
impl RefUnwindSafe for ThreadLifecycleNotification
impl Send for ThreadLifecycleNotification
impl Sync for ThreadLifecycleNotification
impl Unpin for ThreadLifecycleNotification
impl UnsafeUnpin for ThreadLifecycleNotification
impl UnwindSafe for ThreadLifecycleNotification
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