Struct kailua_syntax::ast::SelfParam [] [src]

pub struct SelfParam(pub ScopedId);

A scoped identifier for the implicit self parameter.

Trait Implementations

impl Clone for SelfParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SelfParam
[src]

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

This method tests for !=.

impl Eq for SelfParam
[src]

impl Debug for SelfParam
[src]

Formats the value using the given formatter.