Struct gluon_completion::CompletionSymbol 
source · pub struct CompletionSymbol<'a, 'ast> {
    pub name: &'a Symbol,
    pub content: CompletionSymbolContent<'a, 'ast>,
    pub children: Vec<SpCompletionSymbol<'a, 'ast>>,
}Fields§
§name: &'a Symbol§content: CompletionSymbolContent<'a, 'ast>§children: Vec<SpCompletionSymbol<'a, 'ast>>Trait Implementations§
source§impl<'a, 'ast> Debug for CompletionSymbol<'a, 'ast>
 
impl<'a, 'ast> Debug for CompletionSymbol<'a, 'ast>
source§impl<'a, 'ast> PartialEq for CompletionSymbol<'a, 'ast>
 
impl<'a, 'ast> PartialEq for CompletionSymbol<'a, 'ast>
source§fn eq(&self, other: &CompletionSymbol<'a, 'ast>) -> bool
 
fn eq(&self, other: &CompletionSymbol<'a, 'ast>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'a, 'ast> StructuralPartialEq for CompletionSymbol<'a, 'ast>
Auto Trait Implementations§
impl<'a, 'ast> RefUnwindSafe for CompletionSymbol<'a, 'ast>
impl<'a, 'ast> Send for CompletionSymbol<'a, 'ast>
impl<'a, 'ast> Sync for CompletionSymbol<'a, 'ast>
impl<'a, 'ast> Unpin for CompletionSymbol<'a, 'ast>
impl<'a, 'ast> UnwindSafe for CompletionSymbol<'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