pub struct ThreadRealtimeItemStartedNotification {
pub item: ThreadRealtimeItem,
pub thread_id: String,
}Expand description
EXPERIMENTAL upstream — thread/realtime/item/started params (0.148).
Fields§
§item: ThreadRealtimeItem§thread_id: StringTrait Implementations§
Source§impl Clone for ThreadRealtimeItemStartedNotification
impl Clone for ThreadRealtimeItemStartedNotification
Source§fn clone(&self) -> ThreadRealtimeItemStartedNotification
fn clone(&self) -> ThreadRealtimeItemStartedNotification
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<'de> Deserialize<'de> for ThreadRealtimeItemStartedNotification
impl<'de> Deserialize<'de> for ThreadRealtimeItemStartedNotification
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 ThreadRealtimeItemStartedNotification
Auto Trait Implementations§
impl Freeze for ThreadRealtimeItemStartedNotification
impl RefUnwindSafe for ThreadRealtimeItemStartedNotification
impl Send for ThreadRealtimeItemStartedNotification
impl Sync for ThreadRealtimeItemStartedNotification
impl Unpin for ThreadRealtimeItemStartedNotification
impl UnsafeUnpin for ThreadRealtimeItemStartedNotification
impl UnwindSafe for ThreadRealtimeItemStartedNotification
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