Struct aws_sdk_devicefarm::output::GetTestOutput
source · [−]#[non_exhaustive]pub struct GetTestOutput { /* private fields */ }Expand description
Represents the result of a get test request.
Implementations
sourceimpl GetTestOutput
impl GetTestOutput
sourceimpl GetTestOutput
impl GetTestOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTestOutput.
Trait Implementations
sourceimpl Clone for GetTestOutput
impl Clone for GetTestOutput
sourcefn clone(&self) -> GetTestOutput
fn clone(&self) -> GetTestOutput
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 GetTestOutput
impl Debug for GetTestOutput
sourceimpl PartialEq<GetTestOutput> for GetTestOutput
impl PartialEq<GetTestOutput> for GetTestOutput
sourcefn eq(&self, other: &GetTestOutput) -> bool
fn eq(&self, other: &GetTestOutput) -> bool
impl StructuralPartialEq for GetTestOutput
Auto Trait Implementations
impl RefUnwindSafe for GetTestOutput
impl Send for GetTestOutput
impl Sync for GetTestOutput
impl Unpin for GetTestOutput
impl UnwindSafe for GetTestOutput
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