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