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 AsXmlText for NodeName
impl AsXmlText for NodeName
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 Freeze for NodeName
impl RefUnwindSafe for NodeName
impl Send for NodeName
impl Sync for NodeName
impl Unpin for NodeName
impl UnwindSafe for NodeName
Blanket Implementations§
§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)