pub struct PreprocCode { /* private fields */ }Expand description
Per-language code type tag for Preproc; carries no data.
Trait Implementations§
Source§impl LanguageInfo for PreprocCode
impl LanguageInfo for PreprocCode
Auto Trait Implementations§
impl Freeze for PreprocCode
impl RefUnwindSafe for PreprocCode
impl Send for PreprocCode
impl Sync for PreprocCode
impl Unpin for PreprocCode
impl UnsafeUnpin for PreprocCode
impl UnwindSafe for PreprocCode
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