Struct clangd_parser::clangd::ClangdSymbols
source · pub struct ClangdSymbols {
pub data: Vec<Symbol>,
}
Fields§
§data: Vec<Symbol>
Trait Implementations§
source§impl Clone for ClangdSymbols
impl Clone for ClangdSymbols
source§fn clone(&self) -> ClangdSymbols
fn clone(&self) -> ClangdSymbols
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClangdSymbols
impl Debug for ClangdSymbols
source§impl Default for ClangdSymbols
impl Default for ClangdSymbols
source§fn default() -> ClangdSymbols
fn default() -> ClangdSymbols
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClangdSymbols
impl RefUnwindSafe for ClangdSymbols
impl Send for ClangdSymbols
impl Sync for ClangdSymbols
impl Unpin for ClangdSymbols
impl UnwindSafe for ClangdSymbols
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