Struct xmpp_parsers::xhtml::XhtmlIm
source · pub struct XhtmlIm { /* private fields */ }
Expand description
Container for formatted text.
Implementations§
Trait Implementations§
impl MessagePayload for XhtmlIm
Auto Trait Implementations§
impl RefUnwindSafe for XhtmlIm
impl Send for XhtmlIm
impl Sync for XhtmlIm
impl Unpin for XhtmlIm
impl UnwindSafe for XhtmlIm
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