Struct aws_sdk_devicefarm::operation::get_run::builders::GetRunOutputBuilder
source · #[non_exhaustive]pub struct GetRunOutputBuilder { /* private fields */ }Expand description
A builder for GetRunOutput.
Implementations§
Trait Implementations§
source§impl Clone for GetRunOutputBuilder
impl Clone for GetRunOutputBuilder
source§fn clone(&self) -> GetRunOutputBuilder
fn clone(&self) -> GetRunOutputBuilder
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 GetRunOutputBuilder
impl Debug for GetRunOutputBuilder
source§impl Default for GetRunOutputBuilder
impl Default for GetRunOutputBuilder
source§fn default() -> GetRunOutputBuilder
fn default() -> GetRunOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRunOutputBuilder> for GetRunOutputBuilder
impl PartialEq<GetRunOutputBuilder> for GetRunOutputBuilder
source§fn eq(&self, other: &GetRunOutputBuilder) -> bool
fn eq(&self, other: &GetRunOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.