Struct xmpp_parsers::mix::ChannelId
source · pub struct ChannelId(pub String);
Expand description
A MIX channel identifier.
Tuple Fields§
§0: String
Trait Implementations§
source§impl FromXmlText for ChannelId
impl FromXmlText for ChannelId
source§impl IntoAttributeValue for ChannelId
impl IntoAttributeValue for ChannelId
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 ChannelId
impl IntoXmlText for ChannelId
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 ChannelId
impl PartialEq for ChannelId
impl Eq for ChannelId
impl StructuralPartialEq for ChannelId
Auto Trait Implementations§
impl Freeze for ChannelId
impl RefUnwindSafe for ChannelId
impl Send for ChannelId
impl Sync for ChannelId
impl Unpin for ChannelId
impl UnwindSafe for ChannelId
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