Struct aws_sdk_devicefarm::model::OfferingStatus
source · #[non_exhaustive]pub struct OfferingStatus { /* private fields */ }Expand description
The status of the offering.
Implementations§
source§impl OfferingStatus
impl OfferingStatus
sourcepub fn type(&self) -> Option<&OfferingTransactionType>
pub fn type(&self) -> Option<&OfferingTransactionType>
The type specified for the offering status.
sourcepub fn effective_on(&self) -> Option<&DateTime>
pub fn effective_on(&self) -> Option<&DateTime>
The date on which the offering is effective.
source§impl OfferingStatus
impl OfferingStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OfferingStatus.
Trait Implementations§
source§impl Clone for OfferingStatus
impl Clone for OfferingStatus
source§fn clone(&self) -> OfferingStatus
fn clone(&self) -> OfferingStatus
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 OfferingStatus
impl Debug for OfferingStatus
source§impl PartialEq<OfferingStatus> for OfferingStatus
impl PartialEq<OfferingStatus> for OfferingStatus
source§fn eq(&self, other: &OfferingStatus) -> bool
fn eq(&self, other: &OfferingStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.