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