pub struct DisplayEntryUpdate {
pub tool_use_id: String,
pub status: EntryStatus,
pub append_body: Option<EntryBody>,
}Fields§
§tool_use_id: String§status: EntryStatus§append_body: Option<EntryBody>Trait Implementations§
Source§impl Clone for DisplayEntryUpdate
impl Clone for DisplayEntryUpdate
Source§fn clone(&self) -> DisplayEntryUpdate
fn clone(&self) -> DisplayEntryUpdate
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 DisplayEntryUpdate
impl Debug for DisplayEntryUpdate
Source§impl<'de> Deserialize<'de> for DisplayEntryUpdate
impl<'de> Deserialize<'de> for DisplayEntryUpdate
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
Auto Trait Implementations§
impl Freeze for DisplayEntryUpdate
impl RefUnwindSafe for DisplayEntryUpdate
impl Send for DisplayEntryUpdate
impl Sync for DisplayEntryUpdate
impl Unpin for DisplayEntryUpdate
impl UnsafeUnpin for DisplayEntryUpdate
impl UnwindSafe for DisplayEntryUpdate
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