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§
source§impl DeviceMinutes
impl DeviceMinutes
source§impl DeviceMinutes
impl DeviceMinutes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceMinutes.
Trait Implementations§
source§impl Clone for DeviceMinutes
impl Clone for DeviceMinutes
source§fn clone(&self) -> DeviceMinutes
fn clone(&self) -> DeviceMinutes
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 DeviceMinutes
impl Debug for DeviceMinutes
source§impl PartialEq<DeviceMinutes> for DeviceMinutes
impl PartialEq<DeviceMinutes> for DeviceMinutes
source§fn eq(&self, other: &DeviceMinutes) -> bool
fn eq(&self, other: &DeviceMinutes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.