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 moresource§impl Debug for GetJobOutput
impl Debug for GetJobOutput
source§impl PartialEq<GetJobOutput> for GetJobOutput
impl PartialEq<GetJobOutput> for GetJobOutput
source§fn eq(&self, other: &GetJobOutput) -> bool
fn eq(&self, other: &GetJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.