Struct gluon_completion::Suggestion [] [src]

pub struct Suggestion {
    pub name: String,
    pub typ: Either<ArcKind, ArcType>,
}

Fields

Trait Implementations

impl Debug for Suggestion
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Suggestion
[src]

[src]

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

[src]

This method tests for !=.