pub struct ThreadClosedNotification {
pub thread_id: String,
}Fields§
§thread_id: StringTrait Implementations§
Source§impl Clone for ThreadClosedNotification
impl Clone for ThreadClosedNotification
Source§fn clone(&self) -> ThreadClosedNotification
fn clone(&self) -> ThreadClosedNotification
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 ThreadClosedNotification
impl Debug for ThreadClosedNotification
Source§impl<'de> Deserialize<'de> for ThreadClosedNotification
impl<'de> Deserialize<'de> for ThreadClosedNotification
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 ThreadClosedNotification
impl PartialEq for ThreadClosedNotification
Source§fn eq(&self, other: &ThreadClosedNotification) -> bool
fn eq(&self, other: &ThreadClosedNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ThreadClosedNotification
impl Serialize for ThreadClosedNotification
impl StructuralPartialEq for ThreadClosedNotification
Auto Trait Implementations§
impl Freeze for ThreadClosedNotification
impl RefUnwindSafe for ThreadClosedNotification
impl Send for ThreadClosedNotification
impl Sync for ThreadClosedNotification
impl Unpin for ThreadClosedNotification
impl UnsafeUnpin for ThreadClosedNotification
impl UnwindSafe for ThreadClosedNotification
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