pub enum NsPrefixKind<'s> {
Ident(InterpolableIdent<'s>),
Universal(NsPrefixUniversal),
}Variants§
Ident(InterpolableIdent<'s>)
Universal(NsPrefixUniversal)
Trait Implementations§
Source§impl<'s> Clone for NsPrefixKind<'s>
impl<'s> Clone for NsPrefixKind<'s>
Source§fn clone(&self) -> NsPrefixKind<'s>
fn clone(&self) -> NsPrefixKind<'s>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'s> Debug for NsPrefixKind<'s>
impl<'s> Debug for NsPrefixKind<'s>
Source§impl<'s> PartialEq for NsPrefixKind<'s>
impl<'s> PartialEq for NsPrefixKind<'s>
Source§fn eq(&self, other: &NsPrefixKind<'s>) -> bool
fn eq(&self, other: &NsPrefixKind<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for NsPrefixKind<'s>
Auto Trait Implementations§
impl<'s> Freeze for NsPrefixKind<'s>
impl<'s> RefUnwindSafe for NsPrefixKind<'s>
impl<'s> Send for NsPrefixKind<'s>
impl<'s> Sync for NsPrefixKind<'s>
impl<'s> Unpin for NsPrefixKind<'s>
impl<'s> UnsafeUnpin for NsPrefixKind<'s>
impl<'s> UnwindSafe for NsPrefixKind<'s>
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