Struct gluon_check::completion::Suggestion [] [src]

pub struct Suggestion {
    pub name: String,
    pub typ: ArcType,
}

Fields

Trait Implementations

impl Debug for Suggestion
[src]

Formats the value using the given formatter.

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 !=.