pub struct Cpp;
Trait Implementations§
Source§impl LanguageType for Cpp
impl LanguageType for Cpp
fn file_types() -> &'static [&'static str]
fn extract_entities<Cpp: LanguageType>(analysis: &Analysis<Cpp>) -> Fallible<()>
Auto Trait Implementations§
impl Freeze for Cpp
impl RefUnwindSafe for Cpp
impl Send for Cpp
impl Sync for Cpp
impl Unpin for Cpp
impl UnwindSafe for Cpp
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