Struct ccip_read_server::types::RPCResponse
source · pub struct RPCResponse {
pub status: u32,
pub body: Value,
}Expand description
RPC Call response with status.
Fields§
§status: u32§body: ValueTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RPCResponse
impl Send for RPCResponse
impl Sync for RPCResponse
impl Unpin for RPCResponse
impl UnwindSafe for RPCResponse
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