pub struct ClangdReferences {
pub data: Vec<Refs>,
}Fields§
§data: Vec<Refs>Trait Implementations§
Source§impl Clone for ClangdReferences
impl Clone for ClangdReferences
Source§fn clone(&self) -> ClangdReferences
fn clone(&self) -> ClangdReferences
Returns a duplicate 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 ClangdReferences
impl Debug for ClangdReferences
Source§impl Default for ClangdReferences
impl Default for ClangdReferences
Source§fn default() -> ClangdReferences
fn default() -> ClangdReferences
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClangdReferences
impl RefUnwindSafe for ClangdReferences
impl Send for ClangdReferences
impl Sync for ClangdReferences
impl Unpin for ClangdReferences
impl UnwindSafe for ClangdReferences
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