Struct static_analyser::parse::Literal [] [src]

pub struct Literal {
    pub span: Span,
    pub kind: LiteralKind,
}

Fields

Trait Implementations

impl Debug for Literal
[src]

Formats the value using the given formatter.

impl Clone for Literal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Literal
[src]

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

This method tests for !=.

impl PartialEq<LiteralKind> for Literal
[src]

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

This method tests for !=.