Struct ecmascript::ast::NullLiteral[][src]

pub struct NullLiteral;

NullLiteral is the syntax element for null. Reference

Trait Implementations

impl Debug for NullLiteral
[src]

Formats the value using the given formatter. Read more

impl Clone for NullLiteral
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NullLiteral
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for NullLiteral

impl Sync for NullLiteral