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