pub struct ImportStatement<'tree> {
pub span: Span,
pub source: String<'tree>,
pub children: Vec<ImportStatementChildren<'tree>>,
}Fields§
§span: Span§source: String<'tree>§children: Vec<ImportStatementChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ImportStatement<'tree>
impl<'tree> Clone for ImportStatement<'tree>
Source§fn clone(&self) -> ImportStatement<'tree>
fn clone(&self) -> ImportStatement<'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 ImportStatement<'tree>
impl<'tree> Debug for ImportStatement<'tree>
Source§impl<'tree> FromNode<'tree> for ImportStatement<'tree>
impl<'tree> FromNode<'tree> for ImportStatement<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ImportStatement<'tree>
impl<'tree> RefUnwindSafe for ImportStatement<'tree>
impl<'tree> Send for ImportStatement<'tree>
impl<'tree> Sync for ImportStatement<'tree>
impl<'tree> Unpin for ImportStatement<'tree>
impl<'tree> UnsafeUnpin for ImportStatement<'tree>
impl<'tree> UnwindSafe for ImportStatement<'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