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