pub enum RelativeNamePrefix<'tree> {
Backslash(Span),
Namespace(Span),
NamespaceName(Box<NamespaceName<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for RelativeNamePrefix<'tree>
impl<'tree> Clone for RelativeNamePrefix<'tree>
Source§fn clone(&self) -> RelativeNamePrefix<'tree>
fn clone(&self) -> RelativeNamePrefix<'tree>
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<'tree> Debug for RelativeNamePrefix<'tree>
impl<'tree> Debug for RelativeNamePrefix<'tree>
Source§impl<'tree> FromNode<'tree> for RelativeNamePrefix<'tree>
impl<'tree> FromNode<'tree> for RelativeNamePrefix<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RelativeNamePrefix<'tree>
impl<'tree> RefUnwindSafe for RelativeNamePrefix<'tree>
impl<'tree> Send for RelativeNamePrefix<'tree>
impl<'tree> Sync for RelativeNamePrefix<'tree>
impl<'tree> Unpin for RelativeNamePrefix<'tree>
impl<'tree> UnsafeUnpin for RelativeNamePrefix<'tree>
impl<'tree> UnwindSafe for RelativeNamePrefix<'tree>
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