Struct code_generator::HeaderFile
source · pub struct HeaderFile { /* private fields */ }
Implementations§
source§impl HeaderFile
impl HeaderFile
pub fn new(file_name: Name, content: CodeSet) -> HeaderFile
Trait Implementations§
source§impl CodeGenerate for HeaderFile
impl CodeGenerate for HeaderFile
Auto Trait Implementations§
impl Freeze for HeaderFile
impl !RefUnwindSafe for HeaderFile
impl !Send for HeaderFile
impl !Sync for HeaderFile
impl Unpin for HeaderFile
impl !UnwindSafe for HeaderFile
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