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