pub struct SessionQueueUpdateTextResult {
pub updated: bool,
}Expand description
Result of editing a queued message.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§updated: boolTrue when the stored text changed.
Trait Implementations§
Source§impl Clone for SessionQueueUpdateTextResult
impl Clone for SessionQueueUpdateTextResult
Source§fn clone(&self) -> SessionQueueUpdateTextResult
fn clone(&self) -> SessionQueueUpdateTextResult
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 SessionQueueUpdateTextResult
impl Debug for SessionQueueUpdateTextResult
Source§impl Default for SessionQueueUpdateTextResult
impl Default for SessionQueueUpdateTextResult
Source§fn default() -> SessionQueueUpdateTextResult
fn default() -> SessionQueueUpdateTextResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionQueueUpdateTextResult
impl<'de> Deserialize<'de> for SessionQueueUpdateTextResult
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 SessionQueueUpdateTextResult
impl RefUnwindSafe for SessionQueueUpdateTextResult
impl Send for SessionQueueUpdateTextResult
impl Sync for SessionQueueUpdateTextResult
impl Unpin for SessionQueueUpdateTextResult
impl UnsafeUnpin for SessionQueueUpdateTextResult
impl UnwindSafe for SessionQueueUpdateTextResult
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