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