Struct test_harness::Contracts
source · pub struct Contracts {
pub token: Erc20Token,
pub outpace: Outpace,
pub chain: Chain,
}
Fields
token: Erc20Token
outpace: Outpace
chain: Chain
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Contracts
impl Send for Contracts
impl Sync for Contracts
impl Unpin for Contracts
impl !UnwindSafe for Contracts
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