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
sourceimpl GetJobOutput
impl GetJobOutput
sourceimpl GetJobOutput
impl GetJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobOutput.
Trait Implementations
sourceimpl Clone for GetJobOutput
impl Clone for GetJobOutput
sourcefn clone(&self) -> GetJobOutput
fn clone(&self) -> GetJobOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetJobOutput
impl Debug for GetJobOutput
sourceimpl PartialEq<GetJobOutput> for GetJobOutput
impl PartialEq<GetJobOutput> for GetJobOutput
sourcefn eq(&self, other: &GetJobOutput) -> bool
fn eq(&self, other: &GetJobOutput) -> bool
impl StructuralPartialEq for GetJobOutput
Auto Trait Implementations
impl RefUnwindSafe for GetJobOutput
impl Send for GetJobOutput
impl Sync for GetJobOutput
impl Unpin for GetJobOutput
impl UnwindSafe for GetJobOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more