pub struct CcipReconciliationOutcome {
pub message_id: String,
pub status: CcipMessageStatus,
pub canonical_receipt_id: String,
pub note: Option<String>,
}Fields§
§message_id: String§status: CcipMessageStatus§canonical_receipt_id: String§note: Option<String>Trait Implementations§
Source§impl Clone for CcipReconciliationOutcome
impl Clone for CcipReconciliationOutcome
Source§fn clone(&self) -> CcipReconciliationOutcome
fn clone(&self) -> CcipReconciliationOutcome
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 CcipReconciliationOutcome
impl Debug for CcipReconciliationOutcome
Source§impl<'de> Deserialize<'de> for CcipReconciliationOutcome
impl<'de> Deserialize<'de> for CcipReconciliationOutcome
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 CcipReconciliationOutcome
impl StructuralPartialEq for CcipReconciliationOutcome
Auto Trait Implementations§
impl Freeze for CcipReconciliationOutcome
impl RefUnwindSafe for CcipReconciliationOutcome
impl Send for CcipReconciliationOutcome
impl Sync for CcipReconciliationOutcome
impl Unpin for CcipReconciliationOutcome
impl UnsafeUnpin for CcipReconciliationOutcome
impl UnwindSafe for CcipReconciliationOutcome
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