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