pub struct VariableDeclarator {
pub pattern: Node,
pub initializer: Option<Node>,
}
Fields§
§pattern: Node
§initializer: Option<Node>
Trait Implementations§
Source§impl Debug for VariableDeclarator
impl Debug for VariableDeclarator
Auto Trait Implementations§
impl Freeze for VariableDeclarator
impl !RefUnwindSafe for VariableDeclarator
impl !Send for VariableDeclarator
impl !Sync for VariableDeclarator
impl Unpin for VariableDeclarator
impl !UnwindSafe for VariableDeclarator
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