Expand description
Mocked deposits for the Dummy adapter.
These deposits can be set once and the adapter will return
the set deposit on every call to get_deposit()
.
Tuple Fields
0: Arc<DashMap<Key, Deposit>>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Deposits
impl Send for Deposits
impl Sync for Deposits
impl Unpin for Deposits
impl !UnwindSafe for Deposits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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