pub struct Outpace {
pub contract: Contract<Http>,
pub address: Address,
}
Available on crate feature
test-util
only.Expand description
The Outpace contract
Initialized and ready for calling contract with [Web3<Http>
].
Fields
contract: Contract<Http>
address: Address
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Outpace
impl Send for Outpace
impl Sync for Outpace
impl Unpin for Outpace
impl !UnwindSafe for Outpace
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