pub struct DummyPowEngine;
Expand description
A mock Pow Engine, mostly for development&test purpose, and may not used in real world verification
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummyPowEngine
impl RefUnwindSafe for DummyPowEngine
impl Send for DummyPowEngine
impl Sync for DummyPowEngine
impl Unpin for DummyPowEngine
impl UnwindSafe for DummyPowEngine
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