Struct aws_sdk_devicefarm::model::OfferingPromotion
source · #[non_exhaustive]pub struct OfferingPromotion { /* private fields */ }Expand description
Represents information about an offering promotion.
Implementations§
source§impl OfferingPromotion
impl OfferingPromotion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OfferingPromotion.
Trait Implementations§
source§impl Clone for OfferingPromotion
impl Clone for OfferingPromotion
source§fn clone(&self) -> OfferingPromotion
fn clone(&self) -> OfferingPromotion
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 OfferingPromotion
impl Debug for OfferingPromotion
source§impl PartialEq<OfferingPromotion> for OfferingPromotion
impl PartialEq<OfferingPromotion> for OfferingPromotion
source§fn eq(&self, other: &OfferingPromotion) -> bool
fn eq(&self, other: &OfferingPromotion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.