pub enum AddAppointmentForServiceJobByServiceJobIdError {
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 add_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 AddAppointmentForServiceJobByServiceJobIdError
impl Clone for AddAppointmentForServiceJobByServiceJobIdError
Source§fn clone(&self) -> AddAppointmentForServiceJobByServiceJobIdError
fn clone(&self) -> AddAppointmentForServiceJobByServiceJobIdError
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 AddAppointmentForServiceJobByServiceJobIdError
impl<'de> Deserialize<'de> for AddAppointmentForServiceJobByServiceJobIdError
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 AddAppointmentForServiceJobByServiceJobIdError
impl RefUnwindSafe for AddAppointmentForServiceJobByServiceJobIdError
impl Send for AddAppointmentForServiceJobByServiceJobIdError
impl Sync for AddAppointmentForServiceJobByServiceJobIdError
impl Unpin for AddAppointmentForServiceJobByServiceJobIdError
impl UnwindSafe for AddAppointmentForServiceJobByServiceJobIdError
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