pub struct ThreadItemEntry {
pub item: ThreadItem,
pub turn_id: String,
}Expand description
One item plus the turn that contains it, as returned by
thread/items/list (0.148 upstream).
Fields§
§item: ThreadItem§turn_id: StringTrait Implementations§
Source§impl Clone for ThreadItemEntry
impl Clone for ThreadItemEntry
Source§fn clone(&self) -> ThreadItemEntry
fn clone(&self) -> ThreadItemEntry
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 ThreadItemEntry
impl Debug for ThreadItemEntry
Source§impl<'de> Deserialize<'de> for ThreadItemEntry
impl<'de> Deserialize<'de> for ThreadItemEntry
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 ThreadItemEntry
impl PartialEq for ThreadItemEntry
Source§impl Serialize for ThreadItemEntry
impl Serialize for ThreadItemEntry
impl StructuralPartialEq for ThreadItemEntry
Auto Trait Implementations§
impl Freeze for ThreadItemEntry
impl RefUnwindSafe for ThreadItemEntry
impl Send for ThreadItemEntry
impl Sync for ThreadItemEntry
impl Unpin for ThreadItemEntry
impl UnsafeUnpin for ThreadItemEntry
impl UnwindSafe for ThreadItemEntry
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