Struct gluon_completion::Suggestion[][src]

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

Fields

Trait Implementations

impl Debug for Suggestion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Suggestion
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Suggestion

impl Sync for Suggestion