pub struct RawClient(/* private fields */);
Expand description
Client for raw JSON RPC requests
Implementations§
Trait Implementations§
Source§impl From<RpcChannel> for RawClient
impl From<RpcChannel> for RawClient
Source§fn from(channel: RpcChannel) -> RawClient
fn from(channel: RpcChannel) -> RawClient
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RawClient
impl !RefUnwindSafe for RawClient
impl Send for RawClient
impl Sync for RawClient
impl Unpin for RawClient
impl !UnwindSafe for RawClient
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