pub struct VarDeclaration<'tree> {
pub span: Span,
pub children: VarDeclarationChildren<'tree>,
}Fields§
§span: Span§children: VarDeclarationChildren<'tree>Trait Implementations§
Source§impl<'tree> Clone for VarDeclaration<'tree>
impl<'tree> Clone for VarDeclaration<'tree>
Source§fn clone(&self) -> VarDeclaration<'tree>
fn clone(&self) -> VarDeclaration<'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 VarDeclaration<'tree>
impl<'tree> Debug for VarDeclaration<'tree>
Source§impl<'tree> FromNode<'tree> for VarDeclaration<'tree>
impl<'tree> FromNode<'tree> for VarDeclaration<'tree>
Source§impl<'tree> PartialEq for VarDeclaration<'tree>
impl<'tree> PartialEq for VarDeclaration<'tree>
Source§impl Spanned for VarDeclaration<'_>
impl Spanned for VarDeclaration<'_>
impl<'tree> Eq for VarDeclaration<'tree>
impl<'tree> StructuralPartialEq for VarDeclaration<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for VarDeclaration<'tree>
impl<'tree> RefUnwindSafe for VarDeclaration<'tree>
impl<'tree> Send for VarDeclaration<'tree>
impl<'tree> Sync for VarDeclaration<'tree>
impl<'tree> Unpin for VarDeclaration<'tree>
impl<'tree> UnsafeUnpin for VarDeclaration<'tree>
impl<'tree> UnwindSafe for VarDeclaration<'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