Struct amazon_sp_uploads::models::create_upload_destination_response::CreateUploadDestinationResponse
source · [−]pub struct CreateUploadDestinationResponse {
pub payload: Option<Box<UploadDestination>>,
pub errors: Option<Vec<Error>>,
}Expand description
CreateUploadDestinationResponse : The response schema for the createUploadDestination operation.
Fields
payload: Option<Box<UploadDestination>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl CreateUploadDestinationResponse
impl CreateUploadDestinationResponse
sourcepub fn new() -> CreateUploadDestinationResponse
pub fn new() -> CreateUploadDestinationResponse
The response schema for the createUploadDestination operation.
Trait Implementations
sourceimpl Clone for CreateUploadDestinationResponse
impl Clone for CreateUploadDestinationResponse
sourcefn clone(&self) -> CreateUploadDestinationResponse
fn clone(&self) -> CreateUploadDestinationResponse
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 Default for CreateUploadDestinationResponse
impl Default for CreateUploadDestinationResponse
sourcefn default() -> CreateUploadDestinationResponse
fn default() -> CreateUploadDestinationResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CreateUploadDestinationResponse
impl<'de> Deserialize<'de> for CreateUploadDestinationResponse
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<CreateUploadDestinationResponse> for CreateUploadDestinationResponse
impl PartialEq<CreateUploadDestinationResponse> for CreateUploadDestinationResponse
sourcefn eq(&self, other: &CreateUploadDestinationResponse) -> bool
fn eq(&self, other: &CreateUploadDestinationResponse) -> bool
impl StructuralPartialEq for CreateUploadDestinationResponse
Auto Trait Implementations
impl RefUnwindSafe for CreateUploadDestinationResponse
impl Send for CreateUploadDestinationResponse
impl Sync for CreateUploadDestinationResponse
impl Unpin for CreateUploadDestinationResponse
impl UnwindSafe for CreateUploadDestinationResponse
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