Struct kelk_env::mock::MockBlockchain
source · [−]pub struct MockBlockchain {}Expand description
MockBlockchain mocks the blockchain for testing purpose.
Implementations
sourceimpl MockBlockchain
impl MockBlockchain
Trait Implementations
sourceimpl Blockchain for MockBlockchain
impl Blockchain for MockBlockchain
Auto Trait Implementations
impl RefUnwindSafe for MockBlockchain
impl Send for MockBlockchain
impl Sync for MockBlockchain
impl Unpin for MockBlockchain
impl UnwindSafe for MockBlockchain
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