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