pub struct BuiltinClient { /* private fields */ }Expand description
A typed RPC client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuiltinClient
impl !RefUnwindSafe for BuiltinClient
impl Send for BuiltinClient
impl Sync for BuiltinClient
impl Unpin for BuiltinClient
impl UnsafeUnpin for BuiltinClient
impl !UnwindSafe for BuiltinClient
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