pub struct CCIPRequest {
pub url: String,
pub sender: Address,
pub calldata: Bytes,
}Fields§
§url: String§sender: Address§calldata: BytesTrait Implementations§
Source§impl Clone for CCIPRequest
impl Clone for CCIPRequest
Source§fn clone(&self) -> CCIPRequest
fn clone(&self) -> CCIPRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for CCIPRequest
impl RefUnwindSafe for CCIPRequest
impl Send for CCIPRequest
impl Sync for CCIPRequest
impl Unpin for CCIPRequest
impl UnwindSafe for CCIPRequest
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