Struct xmpp_parsers::message::Subject
source · pub struct Subject(pub String);
Expand description
Defines the subject of a room, or of an email-like normal message.
Tuple Fields§
§0: String
Trait Implementations§
source§impl PartialEq for Subject
impl PartialEq for Subject
impl Eq for Subject
impl StructuralEq for Subject
impl StructuralPartialEq for Subject
Auto Trait Implementations§
impl RefUnwindSafe for Subject
impl Send for Subject
impl Sync for Subject
impl Unpin for Subject
impl UnwindSafe for Subject
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