Struct kailua_syntax::ast::SlotKind [] [src]

pub struct SlotKind {
    pub modf: M,
    pub kind: Spanned<Kind>,
}

A type with a modifier, used for nested field types ("slot types").

Fields

A modifier.

A type.

Trait Implementations

impl Clone for SlotKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SlotKind
[src]

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

This method tests for !=.

impl Debug for SlotKind
[src]

Formats the value using the given formatter.