pub struct ModuleDeclarationWildcard<'a>(pub Vec<AttributeInstance<'a>>, pub ModuleKeyword<'a>, pub Option<Lifetime<'a>>, pub ModuleIdentifier<'a>, pub Metadata<'a>, pub Metadata<'a>, pub Metadata<'a>, pub Metadata<'a>, pub Metadata<'a>, pub Option<TimeunitsDeclaration<'a>>, pub Vec<ModuleItem<'a>>, pub Metadata<'a>, pub Option<(Metadata<'a>, ModuleIdentifier<'a>)>);Tuple Fields§
§0: Vec<AttributeInstance<'a>>§1: ModuleKeyword<'a>§2: Option<Lifetime<'a>>§3: ModuleIdentifier<'a>§4: Metadata<'a>§5: Metadata<'a>§6: Metadata<'a>§7: Metadata<'a>§8: Metadata<'a>§9: Option<TimeunitsDeclaration<'a>>§10: Vec<ModuleItem<'a>>§11: Metadata<'a>§12: Option<(Metadata<'a>, ModuleIdentifier<'a>)>Implementations§
Source§impl<'a: 'b, 'b> ModuleDeclarationWildcard<'a>
impl<'a: 'b, 'b> ModuleDeclarationWildcard<'a>
Sourcepub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
pub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
Iterate across the ModuleDeclarationWildcard and its children
Trait Implementations§
Source§impl<'a> Clone for ModuleDeclarationWildcard<'a>
impl<'a> Clone for ModuleDeclarationWildcard<'a>
Source§fn clone(&self) -> ModuleDeclarationWildcard<'a>
fn clone(&self) -> ModuleDeclarationWildcard<'a>
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<'a> Debug for ModuleDeclarationWildcard<'a>
impl<'a> Debug for ModuleDeclarationWildcard<'a>
Source§impl<'a: 'b, 'b> From<&'b ModuleDeclarationWildcard<'a>> for Node<'a, 'b>
impl<'a: 'b, 'b> From<&'b ModuleDeclarationWildcard<'a>> for Node<'a, 'b>
Source§fn from(value: &'b ModuleDeclarationWildcard<'a>) -> Self
fn from(value: &'b ModuleDeclarationWildcard<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a: 'b, 'b> IntoIterator for &'b ModuleDeclarationWildcard<'a>
impl<'a: 'b, 'b> IntoIterator for &'b ModuleDeclarationWildcard<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for ModuleDeclarationWildcard<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for ModuleDeclarationWildcard<'a>
Source§impl<'a> PartialEq for ModuleDeclarationWildcard<'a>
impl<'a> PartialEq for ModuleDeclarationWildcard<'a>
Source§fn eq(&self, other: &ModuleDeclarationWildcard<'a>) -> bool
fn eq(&self, other: &ModuleDeclarationWildcard<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for ModuleDeclarationWildcard<'a>
Auto Trait Implementations§
impl<'a> Freeze for ModuleDeclarationWildcard<'a>
impl<'a> RefUnwindSafe for ModuleDeclarationWildcard<'a>
impl<'a> Send for ModuleDeclarationWildcard<'a>
impl<'a> Sync for ModuleDeclarationWildcard<'a>
impl<'a> Unpin for ModuleDeclarationWildcard<'a>
impl<'a> UnsafeUnpin for ModuleDeclarationWildcard<'a>
impl<'a> UnwindSafe for ModuleDeclarationWildcard<'a>
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