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 more