Struct gluon_completion::Found
source · pub struct Found<'a, 'ast> {
pub match_: Option<Match<'a, 'ast>>,
pub near_matches: Vec<Match<'a, 'ast>>,
pub enclosing_matches: Vec<Match<'a, 'ast>>,
}
Fields§
§match_: Option<Match<'a, 'ast>>
§near_matches: Vec<Match<'a, 'ast>>
§enclosing_matches: Vec<Match<'a, 'ast>>
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'ast> RefUnwindSafe for Found<'a, 'ast>
impl<'a, 'ast> Send for Found<'a, 'ast>
impl<'a, 'ast> Sync for Found<'a, 'ast>
impl<'a, 'ast> Unpin for Found<'a, 'ast>
impl<'a, 'ast> UnwindSafe for Found<'a, 'ast>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more