Struct edn::query::TypeAnnotation [] [src]

pub struct TypeAnnotation {
    pub value_type: Keyword,
    pub variable: Variable,
}

Fields

Trait Implementations

impl Clone for TypeAnnotation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeAnnotation
[src]

Formats the value using the given formatter. Read more

impl Eq for TypeAnnotation
[src]

impl PartialEq for TypeAnnotation
[src]

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

This method tests for !=.

impl ContainsVariables for TypeAnnotation
[src]

Auto Trait Implementations

impl !Send for TypeAnnotation

impl !Sync for TypeAnnotation