Struct xmpp_parsers::jingle::ContentId
source · pub struct ContentId(pub String);
Expand description
An unique identifier in a session, referencing a [struct.Content.html](Content element).
Tuple Fields§
§0: String
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 Eq 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