Struct parity_rpc::v1::Web3Client
source · [−]pub struct Web3Client;
Expand description
Web3 rpc implementation.
Trait Implementations
sourceimpl Default for Web3Client
impl Default for Web3Client
sourcefn default() -> Web3Client
fn default() -> Web3Client
Returns the “default value” for a type. Read more
sourceimpl Web3 for Web3Client
impl Web3 for Web3Client
sourcefn client_version(&self) -> Result<String>
fn client_version(&self) -> Result<String>
Returns current client version.
sourcefn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
Create an IoDelegate
, wiring rpc calls to the trait methods.
Auto Trait Implementations
impl RefUnwindSafe for Web3Client
impl Send for Web3Client
impl Sync for Web3Client
impl Unpin for Web3Client
impl UnwindSafe for Web3Client
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more