pub enum NamespaceTag {
Wildcard(Star),
Tag(Tag),
}Variants§
Trait Implementations§
Source§impl Clone for NamespaceTag
impl Clone for NamespaceTag
Source§fn clone(&self) -> NamespaceTag
fn clone(&self) -> NamespaceTag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceTag
impl Debug for NamespaceTag
Source§impl From<NamespaceTag> for Cursor
impl From<NamespaceTag> for Cursor
Source§fn from(value: NamespaceTag) -> Cursor
fn from(value: NamespaceTag) -> Cursor
Converts to this type from the input type.
Source§impl From<NamespaceTag> for Token
impl From<NamespaceTag> for Token
Source§fn from(value: NamespaceTag) -> Token
fn from(value: NamespaceTag) -> Token
Converts to this type from the input type.
Source§impl Hash for NamespaceTag
impl Hash for NamespaceTag
Source§impl Ord for NamespaceTag
impl Ord for NamespaceTag
Source§fn cmp(&self, other: &NamespaceTag) -> Ordering
fn cmp(&self, other: &NamespaceTag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for NamespaceTag
impl<'a> Parse<'a> for NamespaceTag
Source§impl PartialEq for NamespaceTag
impl PartialEq for NamespaceTag
Source§impl PartialOrd for NamespaceTag
impl PartialOrd for NamespaceTag
Source§impl<'a> Peek<'a> for NamespaceTag
impl<'a> Peek<'a> for NamespaceTag
Source§impl ToCursors for NamespaceTag
impl ToCursors for NamespaceTag
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for NamespaceTag
impl Eq for NamespaceTag
impl StructuralPartialEq for NamespaceTag
Auto Trait Implementations§
impl Freeze for NamespaceTag
impl RefUnwindSafe for NamespaceTag
impl Send for NamespaceTag
impl Sync for NamespaceTag
impl Unpin for NamespaceTag
impl UnwindSafe for NamespaceTag
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