Struct ccip_read_server::types::RPCCall
source · pub struct RPCCall {
pub to: String,
pub data: Bytes,
}Expand description
RPC Call data.
Fields§
§to: String§data: BytesTrait Implementations§
Auto Trait Implementations§
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