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