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
sourceimpl TrialMinutes
impl TrialMinutes
sourceimpl TrialMinutes
impl TrialMinutes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrialMinutes.
Trait Implementations
sourceimpl Clone for TrialMinutes
impl Clone for TrialMinutes
sourcefn clone(&self) -> TrialMinutes
fn clone(&self) -> TrialMinutes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TrialMinutes
impl Debug for TrialMinutes
sourceimpl PartialEq<TrialMinutes> for TrialMinutes
impl PartialEq<TrialMinutes> for TrialMinutes
sourcefn eq(&self, other: &TrialMinutes) -> bool
fn eq(&self, other: &TrialMinutes) -> bool
impl StructuralPartialEq for TrialMinutes
Auto Trait Implementations
impl RefUnwindSafe for TrialMinutes
impl Send for TrialMinutes
impl Sync for TrialMinutes
impl Unpin for TrialMinutes
impl UnwindSafe for TrialMinutes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more