pub struct VRuntime;Expand description
A runtime that verifies all operations
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VRuntime
impl RefUnwindSafe for VRuntime
impl Send for VRuntime
impl Sync for VRuntime
impl Unpin for VRuntime
impl UnsafeUnpin for VRuntime
impl UnwindSafe for VRuntime
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