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