pub struct RpcClientHandle { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for RpcClientHandle
impl RefUnwindSafe for RpcClientHandle
impl Send for RpcClientHandle
impl Sync for RpcClientHandle
impl Unpin for RpcClientHandle
impl UnwindSafe for RpcClientHandle
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more