pub struct RedeemFulfillmentTransaction {
pub correlation_id: CorrelationId,
}Expand description
Issued by the trust to confirm a redeem fulfillment
Fields§
§correlation_id: CorrelationIdImplementations§
Source§impl RedeemFulfillmentTransaction
impl RedeemFulfillmentTransaction
pub fn new(correlation_id: CorrelationId) -> RedeemFulfillmentTransaction
Trait Implementations§
Source§impl Clone for RedeemFulfillmentTransaction
impl Clone for RedeemFulfillmentTransaction
Source§fn clone(&self) -> RedeemFulfillmentTransaction
fn clone(&self) -> RedeemFulfillmentTransaction
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 moreSource§impl Debug for RedeemFulfillmentTransaction
impl Debug for RedeemFulfillmentTransaction
Source§impl<'de> Deserialize<'de> for RedeemFulfillmentTransaction
impl<'de> Deserialize<'de> for RedeemFulfillmentTransaction
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
Source§impl From<RedeemFulfillmentTransaction> for LedgerTransaction
impl From<RedeemFulfillmentTransaction> for LedgerTransaction
Source§fn from(original: RedeemFulfillmentTransaction) -> LedgerTransaction
fn from(original: RedeemFulfillmentTransaction) -> LedgerTransaction
Converts to this type from the input type.
Source§impl PartialEq for RedeemFulfillmentTransaction
impl PartialEq for RedeemFulfillmentTransaction
Source§fn eq(&self, other: &RedeemFulfillmentTransaction) -> bool
fn eq(&self, other: &RedeemFulfillmentTransaction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RedeemFulfillmentTransaction
impl StructuralPartialEq for RedeemFulfillmentTransaction
Auto Trait Implementations§
impl Freeze for RedeemFulfillmentTransaction
impl RefUnwindSafe for RedeemFulfillmentTransaction
impl Send for RedeemFulfillmentTransaction
impl Sync for RedeemFulfillmentTransaction
impl Unpin for RedeemFulfillmentTransaction
impl UnwindSafe for RedeemFulfillmentTransaction
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