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