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 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 Eq for ContentId
impl StructuralPartialEq for ContentId
Auto Trait Implementations§
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