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
Source§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
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