pub struct CodeNone;
Auto Trait Implementations§
impl Freeze for CodeNone
impl RefUnwindSafe for CodeNone
impl Send for CodeNone
impl Sync for CodeNone
impl Unpin for CodeNone
impl UnwindSafe for CodeNone
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