#[non_exhaustive]pub struct UpdateUploadOutputBuilder { /* private fields */ }Expand description
A builder for UpdateUploadOutput.
Implementations§
source§impl UpdateUploadOutputBuilder
impl UpdateUploadOutputBuilder
sourcepub fn set_upload(self, input: Option<Upload>) -> Self
pub fn set_upload(self, input: Option<Upload>) -> Self
A test spec uploaded to Device Farm.
sourcepub fn build(self) -> UpdateUploadOutput
pub fn build(self) -> UpdateUploadOutput
Consumes the builder and constructs a UpdateUploadOutput.
Trait Implementations§
source§impl Clone for UpdateUploadOutputBuilder
impl Clone for UpdateUploadOutputBuilder
source§fn clone(&self) -> UpdateUploadOutputBuilder
fn clone(&self) -> UpdateUploadOutputBuilder
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 moresource§impl Debug for UpdateUploadOutputBuilder
impl Debug for UpdateUploadOutputBuilder
source§impl Default for UpdateUploadOutputBuilder
impl Default for UpdateUploadOutputBuilder
source§fn default() -> UpdateUploadOutputBuilder
fn default() -> UpdateUploadOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateUploadOutputBuilder> for UpdateUploadOutputBuilder
impl PartialEq<UpdateUploadOutputBuilder> for UpdateUploadOutputBuilder
source§fn eq(&self, other: &UpdateUploadOutputBuilder) -> bool
fn eq(&self, other: &UpdateUploadOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.