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