Struct xmpp_parsers::pubsub::NodeName
source · pub struct NodeName(pub String);
Expand description
The name of a PubSub node, used to identify it on a JID.
Tuple Fields§
§0: String
Trait Implementations§
source§impl IntoAttributeValue for NodeName
impl IntoAttributeValue for NodeName
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 NodeName
impl PartialEq for NodeName
impl Eq for NodeName
impl StructuralPartialEq for NodeName
Auto Trait Implementations§
impl RefUnwindSafe for NodeName
impl Send for NodeName
impl Sync for NodeName
impl Unpin for NodeName
impl UnwindSafe for NodeName
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