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§
source§impl GetUploadOutput
impl GetUploadOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUploadOutput.
Trait Implementations§
source§impl Clone for GetUploadOutput
impl Clone for GetUploadOutput
source§fn clone(&self) -> GetUploadOutput
fn clone(&self) -> GetUploadOutput
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 more