Struct xmpp_parsers::message::Thread
source · pub struct Thread(pub String);
Expand description
A thread identifier, so that other people can specify to which message they are replying.
Tuple Fields§
§0: String
Trait Implementations§
source§impl PartialEq for Thread
impl PartialEq for Thread
impl Eq for Thread
impl StructuralPartialEq for Thread
Auto Trait Implementations§
impl Freeze for Thread
impl RefUnwindSafe for Thread
impl Send for Thread
impl Sync for Thread
impl Unpin for Thread
impl UnwindSafe for Thread
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