Struct gluon_completion::Found [] [src]

pub struct Found<'a> {
    pub match_: Option<Match<'a>>,
    pub near_matches: Vec<Match<'a>>,
    pub enclosing_matches: Vec<Match<'a>>,
}

Fields

Trait Implementations

impl<'a> Clone for Found<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Found<'a>
[src]

[src]

Formats the value using the given formatter.