pub struct RustCodegen { /* private fields */ }Expand description
Rust code generator
Implementations§
Auto Trait Implementations§
impl Freeze for RustCodegen
impl RefUnwindSafe for RustCodegen
impl Send for RustCodegen
impl Sync for RustCodegen
impl Unpin for RustCodegen
impl UnsafeUnpin for RustCodegen
impl UnwindSafe for RustCodegen
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