Struct aws_sdk_devicefarm::model::DeviceMinutes [−][src]
#[non_exhaustive]pub struct DeviceMinutes {
pub total: Option<f64>,
pub metered: Option<f64>,
pub unmetered: Option<f64>,
}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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.total: Option<f64>When specified, represents the total minutes used by the resource to run tests.
metered: Option<f64>When specified, represents only the sum of metered minutes used by the resource to run tests.
unmetered: Option<f64>When specified, represents only the sum of unmetered minutes used by the resource to run tests.
Implementations
When specified, represents the total minutes used by the resource to run tests.
When specified, represents only the sum of metered minutes used by the resource to run tests.
Creates a new builder-style object to manufacture DeviceMinutes
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
