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