pub enum RoleAnnotationType<'tree> {
Name(Box<Name<'tree>>),
PrefixId(Box<PrefixId<'tree>>),
Qualified(Box<Qualified<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for RoleAnnotationType<'tree>
impl<'tree> Clone for RoleAnnotationType<'tree>
Source§fn clone(&self) -> RoleAnnotationType<'tree>
fn clone(&self) -> RoleAnnotationType<'tree>
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<'tree> Debug for RoleAnnotationType<'tree>
impl<'tree> Debug for RoleAnnotationType<'tree>
impl<'tree> Eq for RoleAnnotationType<'tree>
Source§impl<'tree> FromNode<'tree> for RoleAnnotationType<'tree>
impl<'tree> FromNode<'tree> for RoleAnnotationType<'tree>
Source§impl<'tree> PartialEq for RoleAnnotationType<'tree>
impl<'tree> PartialEq for RoleAnnotationType<'tree>
Source§impl Spanned for RoleAnnotationType<'_>
impl Spanned for RoleAnnotationType<'_>
impl<'tree> StructuralPartialEq for RoleAnnotationType<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RoleAnnotationType<'tree>
impl<'tree> RefUnwindSafe for RoleAnnotationType<'tree>
impl<'tree> Send for RoleAnnotationType<'tree>
impl<'tree> Sync for RoleAnnotationType<'tree>
impl<'tree> Unpin for RoleAnnotationType<'tree>
impl<'tree> UnsafeUnpin for RoleAnnotationType<'tree>
impl<'tree> UnwindSafe for RoleAnnotationType<'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