pub struct CodeState {}Trait Implementations§
impl FunctionBuilderState for CodeState
Auto Trait Implementations§
impl Freeze for CodeState
impl RefUnwindSafe for CodeState
impl Send for CodeState
impl Sync for CodeState
impl Unpin for CodeState
impl UnwindSafe for CodeState
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