pub struct RpcCtx { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for RpcCtx
impl !RefUnwindSafe for RpcCtx
impl Send for RpcCtx
impl !Sync for RpcCtx
impl Unpin for RpcCtx
impl !UnwindSafe for RpcCtx
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