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