Struct xmpp_parsers::bob::ContentId
source · pub struct ContentId { /* private fields */ }
Expand description
A Content-ID, as defined in RFC2111.
The text value SHOULD be of the form algo+hash@bob.xmpp.org, this struct enforces that format.
Trait Implementations§
source§impl FromXmlText for ContentId
impl FromXmlText for ContentId
source§impl IntoAttributeValue for ContentId
impl IntoAttributeValue for ContentId
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl IntoXmlText for ContentId
impl IntoXmlText for ContentId
source§fn into_xml_text(self) -> String
fn into_xml_text(self) -> String
Consume the value and return it as XML string.
source§impl PartialEq for ContentId
impl PartialEq for ContentId
impl StructuralPartialEq for ContentId
Auto Trait Implementations§
impl Freeze for ContentId
impl RefUnwindSafe for ContentId
impl Send for ContentId
impl Sync for ContentId
impl Unpin for ContentId
impl UnwindSafe for ContentId
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