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 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 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