Struct parse_js::ast::VariableDeclarator
source · Fields§
§pattern: NodeId
§initializer: Option<NodeId>
Trait Implementations§
source§impl Clone for VariableDeclarator
impl Clone for VariableDeclarator
source§fn clone(&self) -> VariableDeclarator
fn clone(&self) -> VariableDeclarator
Returns a copy 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 more