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