pub struct CcipDeliveryObservation {
pub message_id: String,
pub destination_chain_id: String,
pub delivered_at: u64,
pub payload_sha256: String,
}Fields§
§message_id: String§destination_chain_id: String§delivered_at: u64§payload_sha256: StringTrait Implementations§
Source§impl Clone for CcipDeliveryObservation
impl Clone for CcipDeliveryObservation
Source§fn clone(&self) -> CcipDeliveryObservation
fn clone(&self) -> CcipDeliveryObservation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CcipDeliveryObservation
impl Debug for CcipDeliveryObservation
Source§impl<'de> Deserialize<'de> for CcipDeliveryObservation
impl<'de> Deserialize<'de> for CcipDeliveryObservation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CcipDeliveryObservation
Source§impl PartialEq for CcipDeliveryObservation
impl PartialEq for CcipDeliveryObservation
Source§impl Serialize for CcipDeliveryObservation
impl Serialize for CcipDeliveryObservation
impl StructuralPartialEq for CcipDeliveryObservation
Auto Trait Implementations§
impl Freeze for CcipDeliveryObservation
impl RefUnwindSafe for CcipDeliveryObservation
impl Send for CcipDeliveryObservation
impl Sync for CcipDeliveryObservation
impl Unpin for CcipDeliveryObservation
impl UnsafeUnpin for CcipDeliveryObservation
impl UnwindSafe for CcipDeliveryObservation
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