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