pub struct RPCCall {
pub to: String,
pub data: Bytes,
}
Expand description
RPC Call data.
Fields§
§to: String
§data: Bytes
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RPCCall
impl RefUnwindSafe for RPCCall
impl Send for RPCCall
impl Sync for RPCCall
impl Unpin for RPCCall
impl UnwindSafe for RPCCall
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