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