Struct aws_sdk_devicefarm::model::DeviceMinutes
source · [−]#[non_exhaustive]pub struct DeviceMinutes { /* private fields */ }Expand description
Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.
Implementations
sourceimpl DeviceMinutes
impl DeviceMinutes
sourceimpl DeviceMinutes
impl DeviceMinutes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceMinutes.
Trait Implementations
sourceimpl Clone for DeviceMinutes
impl Clone for DeviceMinutes
sourcefn clone(&self) -> DeviceMinutes
fn clone(&self) -> DeviceMinutes
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 DeviceMinutes
impl Debug for DeviceMinutes
sourceimpl PartialEq<DeviceMinutes> for DeviceMinutes
impl PartialEq<DeviceMinutes> for DeviceMinutes
sourcefn eq(&self, other: &DeviceMinutes) -> bool
fn eq(&self, other: &DeviceMinutes) -> bool
impl StructuralPartialEq for DeviceMinutes
Auto Trait Implementations
impl RefUnwindSafe for DeviceMinutes
impl Send for DeviceMinutes
impl Sync for DeviceMinutes
impl Unpin for DeviceMinutes
impl UnwindSafe for DeviceMinutes
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