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