Struct xmpp_parsers::nick::Nick
source · pub struct Nick(pub String);
Expand description
Represents a global, memorable, friendly or informal name chosen by a user.
Tuple Fields§
§0: String
Trait Implementations§
source§impl FromXml for Nick
impl FromXml for Nick
§type Builder = NickFromXmlBuilder
type Builder = NickFromXmlBuilder
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl PartialEq for Nick
impl PartialEq for Nick
impl Eq for Nick
impl StructuralPartialEq for Nick
Auto Trait Implementations§
impl Freeze for Nick
impl RefUnwindSafe for Nick
impl Send for Nick
impl Sync for Nick
impl Unpin for Nick
impl UnwindSafe for Nick
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
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
)