Struct gluon_completion::SignatureHelp 
source · pub struct SignatureHelp {
    pub name: String,
    pub typ: ArcType,
    pub index: Option<u32>,
}Fields§
§name: String§typ: ArcType§index: Option<u32>Trait Implementations§
source§impl Debug for SignatureHelp
 
impl Debug for SignatureHelp
source§impl PartialEq for SignatureHelp
 
impl PartialEq for SignatureHelp
source§fn eq(&self, other: &SignatureHelp) -> bool
 
fn eq(&self, other: &SignatureHelp) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SignatureHelp
Auto Trait Implementations§
impl RefUnwindSafe for SignatureHelp
impl Send for SignatureHelp
impl Sync for SignatureHelp
impl Unpin for SignatureHelp
impl UnwindSafe for SignatureHelp
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