Struct xmpp_parsers::receipts::Received
source · pub struct Received {
pub id: String,
}
Expand description
Notes that a previous message has correctly been received, it is referenced by its ‘id’ attribute.
Fields§
§id: String
The ‘id’ attribute of the received message.
Trait Implementations§
source§impl PartialEq for Received
impl PartialEq for Received
impl MessagePayload for Received
impl StructuralPartialEq for Received
Auto Trait Implementations§
impl Freeze for Received
impl RefUnwindSafe for Received
impl Send for Received
impl Sync for Received
impl Unpin for Received
impl UnwindSafe for Received
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