Struct netidx_bscript::vm::DbgCtx
source · [−]pub struct DbgCtx { /* private fields */ }
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DbgCtx
impl Send for DbgCtx
impl Sync for DbgCtx
impl Unpin for DbgCtx
impl !UnwindSafe for DbgCtx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more