pub struct OriginId {
pub id: String,
}
Expand description
A hack for MUC before version 1.31 to track a message which may have its ‘id’ attribute changed.
Fields§
§id: String
The id this client set for this stanza.
Trait Implementations§
Source§impl TryFrom<Element> for OriginId
impl TryFrom<Element> for OriginId
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl MessagePayload for OriginId
impl StructuralPartialEq for OriginId
Auto Trait Implementations§
impl Freeze for OriginId
impl RefUnwindSafe for OriginId
impl Send for OriginId
impl Sync for OriginId
impl Unpin for OriginId
impl UnwindSafe for OriginId
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