Struct code_generator::RawCode
source · pub struct RawCode { /* private fields */ }Implementations§
Trait Implementations§
source§impl CodeGenerate for RawCode
impl CodeGenerate for RawCode
Auto Trait Implementations§
impl Freeze for RawCode
impl RefUnwindSafe for RawCode
impl Send for RawCode
impl Sync for RawCode
impl Unpin for RawCode
impl UnwindSafe for RawCode
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