pub struct Displayed {
pub stanza_id: StanzaId,
}
Expand description
Mention that a particular message has been displayed by at least one client.
Fields§
§stanza_id: StanzaId
Reference to the message having been displayed.
Trait Implementations§
impl StructuralPartialEq for Displayed
Auto Trait Implementations§
impl Freeze for Displayed
impl RefUnwindSafe for Displayed
impl Send for Displayed
impl Sync for Displayed
impl Unpin for Displayed
impl UnwindSafe for Displayed
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