pub enum JobsApiRoutesBatchGetBatchJobError {
UnknownValue(Value),
}Expand description
struct for typed errors of method jobs_api_routes_batch_get_batch_job
Variants§
Trait Implementations§
Source§impl Clone for JobsApiRoutesBatchGetBatchJobError
impl Clone for JobsApiRoutesBatchGetBatchJobError
Source§fn clone(&self) -> JobsApiRoutesBatchGetBatchJobError
fn clone(&self) -> JobsApiRoutesBatchGetBatchJobError
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 JobsApiRoutesBatchGetBatchJobError
impl<'de> Deserialize<'de> for JobsApiRoutesBatchGetBatchJobError
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 JobsApiRoutesBatchGetBatchJobError
impl RefUnwindSafe for JobsApiRoutesBatchGetBatchJobError
impl Send for JobsApiRoutesBatchGetBatchJobError
impl Sync for JobsApiRoutesBatchGetBatchJobError
impl Unpin for JobsApiRoutesBatchGetBatchJobError
impl UnsafeUnpin for JobsApiRoutesBatchGetBatchJobError
impl UnwindSafe for JobsApiRoutesBatchGetBatchJobError
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