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