pub struct ImportName<'tree> {
pub span: Span,
pub children: Option<Children<'tree>>,
pub namespace: Option<Namespace<'tree>>,
pub operator: Option<PrefixId<'tree>>,
pub type: Option<ImportNameType<'tree>>,
pub variable: Option<ImportNameVariable<'tree>>,
}Fields§
§span: Span§children: Option<Children<'tree>>§namespace: Option<Namespace<'tree>>§operator: Option<PrefixId<'tree>>§type: Option<ImportNameType<'tree>>§variable: Option<ImportNameVariable<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ImportName<'tree>
impl<'tree> Clone for ImportName<'tree>
Source§fn clone(&self) -> ImportName<'tree>
fn clone(&self) -> ImportName<'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 ImportName<'tree>
impl<'tree> Debug for ImportName<'tree>
Source§impl<'tree> FromNode<'tree> for ImportName<'tree>
impl<'tree> FromNode<'tree> for ImportName<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ImportName<'tree>
impl<'tree> RefUnwindSafe for ImportName<'tree>
impl<'tree> Send for ImportName<'tree>
impl<'tree> Sync for ImportName<'tree>
impl<'tree> Unpin for ImportName<'tree>
impl<'tree> UnsafeUnpin for ImportName<'tree>
impl<'tree> UnwindSafe for ImportName<'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