Struct xmpp_parsers::xhtml::XhtmlIm
source · pub struct XhtmlIm { /* private fields */ }
Expand description
Container for formatted text.
Implementations§
Trait Implementations§
source§impl TryFrom<Element> for XhtmlIm
impl TryFrom<Element> for XhtmlIm
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl MessagePayload for XhtmlIm
Auto Trait Implementations§
impl Freeze for XhtmlIm
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