pub enum ListCustomFieldsError {
Status401(InlineObject),
UnknownValue(Value),
}Expand description
struct for typed errors of method list_custom_fields
Variants§
Status401(InlineObject)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for ListCustomFieldsError
impl Clone for ListCustomFieldsError
Source§fn clone(&self) -> ListCustomFieldsError
fn clone(&self) -> ListCustomFieldsError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListCustomFieldsError
impl Debug for ListCustomFieldsError
Source§impl<'de> Deserialize<'de> for ListCustomFieldsError
impl<'de> Deserialize<'de> for ListCustomFieldsError
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 ListCustomFieldsError
impl RefUnwindSafe for ListCustomFieldsError
impl Send for ListCustomFieldsError
impl Sync for ListCustomFieldsError
impl Unpin for ListCustomFieldsError
impl UnsafeUnpin for ListCustomFieldsError
impl UnwindSafe for ListCustomFieldsError
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