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