Struct amazon_sp_services::models::update_reservation_response::UpdateReservationResponse
source · [−]pub struct UpdateReservationResponse {
pub payload: Option<Box<UpdateReservationRecord>>,
pub errors: Option<Vec<Error>>,
}Expand description
UpdateReservationResponse : Response schema for the updateReservation operation.
Fields
payload: Option<Box<UpdateReservationRecord>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl UpdateReservationResponse
impl UpdateReservationResponse
sourcepub fn new() -> UpdateReservationResponse
pub fn new() -> UpdateReservationResponse
Response schema for the updateReservation operation.
Trait Implementations
sourceimpl Clone for UpdateReservationResponse
impl Clone for UpdateReservationResponse
sourcefn clone(&self) -> UpdateReservationResponse
fn clone(&self) -> UpdateReservationResponse
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 UpdateReservationResponse
impl Debug for UpdateReservationResponse
sourceimpl Default for UpdateReservationResponse
impl Default for UpdateReservationResponse
sourcefn default() -> UpdateReservationResponse
fn default() -> UpdateReservationResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateReservationResponse
impl<'de> Deserialize<'de> for UpdateReservationResponse
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<UpdateReservationResponse> for UpdateReservationResponse
impl PartialEq<UpdateReservationResponse> for UpdateReservationResponse
sourcefn eq(&self, other: &UpdateReservationResponse) -> bool
fn eq(&self, other: &UpdateReservationResponse) -> bool
sourceimpl Serialize for UpdateReservationResponse
impl Serialize for UpdateReservationResponse
impl StructuralPartialEq for UpdateReservationResponse
Auto Trait Implementations
impl RefUnwindSafe for UpdateReservationResponse
impl Send for UpdateReservationResponse
impl Sync for UpdateReservationResponse
impl Unpin for UpdateReservationResponse
impl UnwindSafe for UpdateReservationResponse
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