Struct clangd_parser::clangd::ClangdMetaData
source · pub struct ClangdMetaData { /* private fields */ }
Trait Implementations§
source§impl Clone for ClangdMetaData
impl Clone for ClangdMetaData
source§fn clone(&self) -> ClangdMetaData
fn clone(&self) -> ClangdMetaData
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 ClangdMetaData
impl Debug for ClangdMetaData
source§impl Default for ClangdMetaData
impl Default for ClangdMetaData
source§fn default() -> ClangdMetaData
fn default() -> ClangdMetaData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClangdMetaData
impl RefUnwindSafe for ClangdMetaData
impl Send for ClangdMetaData
impl Sync for ClangdMetaData
impl Unpin for ClangdMetaData
impl UnwindSafe for ClangdMetaData
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