pub enum RescheduleAppointmentForServiceJobByServiceJobIdError {
Status400(SetAppointmentResponse),
Status403(SetAppointmentResponse),
Status404(SetAppointmentResponse),
Status413(SetAppointmentResponse),
Status415(SetAppointmentResponse),
Status422(SetAppointmentResponse),
Status429(SetAppointmentResponse),
Status500(SetAppointmentResponse),
Status503(SetAppointmentResponse),
UnknownValue(Value),
}Expand description
struct for typed errors of method reschedule_appointment_for_service_job_by_service_job_id
Variants§
Status400(SetAppointmentResponse)
Status403(SetAppointmentResponse)
Status404(SetAppointmentResponse)
Status413(SetAppointmentResponse)
Status415(SetAppointmentResponse)
Status422(SetAppointmentResponse)
Status429(SetAppointmentResponse)
Status500(SetAppointmentResponse)
Status503(SetAppointmentResponse)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for RescheduleAppointmentForServiceJobByServiceJobIdError
impl Clone for RescheduleAppointmentForServiceJobByServiceJobIdError
Source§fn clone(&self) -> RescheduleAppointmentForServiceJobByServiceJobIdError
fn clone(&self) -> RescheduleAppointmentForServiceJobByServiceJobIdError
Returns a duplicate 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<'de> Deserialize<'de> for RescheduleAppointmentForServiceJobByServiceJobIdError
impl<'de> Deserialize<'de> for RescheduleAppointmentForServiceJobByServiceJobIdError
Source§fn 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
Auto Trait Implementations§
impl Freeze for RescheduleAppointmentForServiceJobByServiceJobIdError
impl RefUnwindSafe for RescheduleAppointmentForServiceJobByServiceJobIdError
impl Send for RescheduleAppointmentForServiceJobByServiceJobIdError
impl Sync for RescheduleAppointmentForServiceJobByServiceJobIdError
impl Unpin for RescheduleAppointmentForServiceJobByServiceJobIdError
impl UnwindSafe for RescheduleAppointmentForServiceJobByServiceJobIdError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more