pub struct RemoveMessage {
pub id: String,
}Expand description
Remove-message identifier for message deletion
Used to identify which message should be removed from the message list during state updates.
Fields§
§id: StringID of the message to remove
Trait Implementations§
Source§impl Clone for RemoveMessage
impl Clone for RemoveMessage
Source§fn clone(&self) -> RemoveMessage
fn clone(&self) -> RemoveMessage
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 moreAuto Trait Implementations§
impl Freeze for RemoveMessage
impl RefUnwindSafe for RemoveMessage
impl Send for RemoveMessage
impl Sync for RemoveMessage
impl Unpin for RemoveMessage
impl UnsafeUnpin for RemoveMessage
impl UnwindSafe for RemoveMessage
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