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