Struct moore_svlog::ast::ImportItemData [−][src]
Expand description
A single import.
For example the a::b
in import a::b, c::*
.
Fields
pkg: Spanned<Name>
name: Option<Spanned<Name>>
Trait Implementations
Get this node’s name, or None
if it does not have one.
Describe this node for diagnostics in indefinite form, e.g. “entity”. Read more
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Apply a function to each child node.
Apply a function to this node.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ImportItemData
impl Send for ImportItemData
impl Sync for ImportItemData
impl Unpin for ImportItemData
impl UnwindSafe for ImportItemData
Blanket Implementations
Mutably borrows from an owned value. Read more