pub struct ImportRequireClause<'tree> {
pub span: Span,
pub source: String<'tree>,
pub children: Identifier<'tree>,
}Fields§
§span: Span§source: String<'tree>§children: Identifier<'tree>Trait Implementations§
Source§impl<'tree> Clone for ImportRequireClause<'tree>
impl<'tree> Clone for ImportRequireClause<'tree>
Source§fn clone(&self) -> ImportRequireClause<'tree>
fn clone(&self) -> ImportRequireClause<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImportRequireClause<'tree>
impl<'tree> Debug for ImportRequireClause<'tree>
impl<'tree> Eq for ImportRequireClause<'tree>
Source§impl<'tree> FromNode<'tree> for ImportRequireClause<'tree>
impl<'tree> FromNode<'tree> for ImportRequireClause<'tree>
Source§impl<'tree> PartialEq for ImportRequireClause<'tree>
impl<'tree> PartialEq for ImportRequireClause<'tree>
Source§impl Spanned for ImportRequireClause<'_>
impl Spanned for ImportRequireClause<'_>
impl<'tree> StructuralPartialEq for ImportRequireClause<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ImportRequireClause<'tree>
impl<'tree> RefUnwindSafe for ImportRequireClause<'tree>
impl<'tree> Send for ImportRequireClause<'tree>
impl<'tree> Sync for ImportRequireClause<'tree>
impl<'tree> Unpin for ImportRequireClause<'tree>
impl<'tree> UnsafeUnpin for ImportRequireClause<'tree>
impl<'tree> UnwindSafe for ImportRequireClause<'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