#[non_exhaustive]pub struct PurchaseOfferingOutput { /* private fields */ }Expand description
The result of the purchase offering (for example, success or failure).
Implementations§
source§impl PurchaseOfferingOutput
impl PurchaseOfferingOutput
sourcepub fn offering_transaction(&self) -> Option<&OfferingTransaction>
pub fn offering_transaction(&self) -> Option<&OfferingTransaction>
Represents the offering transaction for the purchase result.
source§impl PurchaseOfferingOutput
impl PurchaseOfferingOutput
sourcepub fn builder() -> PurchaseOfferingOutputBuilder
pub fn builder() -> PurchaseOfferingOutputBuilder
Creates a new builder-style object to manufacture PurchaseOfferingOutput.
Trait Implementations§
source§impl Clone for PurchaseOfferingOutput
impl Clone for PurchaseOfferingOutput
source§fn clone(&self) -> PurchaseOfferingOutput
fn clone(&self) -> PurchaseOfferingOutput
Returns a copy 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 PurchaseOfferingOutput
impl Debug for PurchaseOfferingOutput
source§impl PartialEq<PurchaseOfferingOutput> for PurchaseOfferingOutput
impl PartialEq<PurchaseOfferingOutput> for PurchaseOfferingOutput
source§fn eq(&self, other: &PurchaseOfferingOutput) -> bool
fn eq(&self, other: &PurchaseOfferingOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PurchaseOfferingOutput
impl RequestId for PurchaseOfferingOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.