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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Found<'a>

impl<'a> Sync for Found<'a>