Struct xmpp_parsers::stanza_id::StanzaId
source · pub struct StanzaId {
pub id: String,
pub by: Jid,
}
Expand description
Gives the identifier a service has stamped on this stanza, often in order to identify it inside of an archive.
Fields§
§id: String
The id associated to this stanza by another entity.
by: Jid
The entity who stamped this stanza-id.
Trait Implementations§
source§impl PartialEq for StanzaId
impl PartialEq for StanzaId
impl MessagePayload for StanzaId
impl StructuralPartialEq for StanzaId
Auto Trait Implementations§
impl RefUnwindSafe for StanzaId
impl Send for StanzaId
impl Sync for StanzaId
impl Unpin for StanzaId
impl UnwindSafe for StanzaId
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