Struct aws_sdk_devicefarm::output::GetJobOutput
source · #[non_exhaustive]pub struct GetJobOutput { /* private fields */ }Expand description
Represents the result of a get job request.
Implementations§
source§impl GetJobOutput
impl GetJobOutput
source§impl GetJobOutput
impl GetJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobOutput.
Trait Implementations§
source§impl Clone for GetJobOutput
impl Clone for GetJobOutput
source§fn clone(&self) -> GetJobOutput
fn clone(&self) -> GetJobOutput
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 more