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