pub struct Web3Context(/* private fields */);
Expand description
Common data associated with multiple contracts.
Implementations§
Trait Implementations§
Source§impl Clone for Web3Context
impl Clone for Web3Context
Source§fn clone(&self) -> Web3Context
fn clone(&self) -> Web3Context
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for Web3Context
impl RefUnwindSafe for Web3Context
impl Send for Web3Context
impl Sync for Web3Context
impl Unpin for Web3Context
impl UnwindSafe for Web3Context
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