pub struct Nick(pub String);Expand description
Represents a global, memorable, friendly or informal name chosen by a user.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl AsXml for Nick
impl AsXml for Nick
Source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = NickAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
where
Self: 'xso_proc_as_xml_iter_lifetime
type ItemIter<'xso_proc_as_xml_iter_lifetime> = NickAsXmlIterator<'xso_proc_as_xml_iter_lifetime> where Self: 'xso_proc_as_xml_iter_lifetime
The iterator type. Read more
impl Eq for Nick
Source§impl FromXml for Nick
impl FromXml for Nick
Source§fn from_events(
name: QName,
attrs: AttrMap,
ctx: &Context<'_>,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ctx: &Context<'_>, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§fn xml_name_matcher() -> XmlNameMatcher<'static>
fn xml_name_matcher() -> XmlNameMatcher<'static>
Return a predicate which determines if
Self may be parsed from
a given XML element. Read moreimpl 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 UnsafeUnpin 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