Struct xmpp_parsers::jingle::SessionId
source · pub struct SessionId(pub String);
Expand description
Unique identifier for a session between two JIDs.
Tuple Fields§
§0: String
Trait Implementations§
source§impl FromXmlText for SessionId
impl FromXmlText for SessionId
source§impl IntoAttributeValue for SessionId
impl IntoAttributeValue for SessionId
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 SessionId
impl IntoXmlText for SessionId
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 SessionId
impl PartialEq for SessionId
impl Eq for SessionId
impl StructuralPartialEq for SessionId
Auto Trait Implementations§
impl Freeze for SessionId
impl RefUnwindSafe for SessionId
impl Send for SessionId
impl Sync for SessionId
impl Unpin for SessionId
impl UnwindSafe for SessionId
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