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