pub enum UsersError {
DefaultResponse(BoxAPIError),
UnknownValue(Value),
}Variants§
DefaultResponse(BoxAPIError)
UnknownValue(Value)
Auto Trait Implementations§
impl Freeze for UsersError
impl !RefUnwindSafe for UsersError
impl Send for UsersError
impl Sync for UsersError
impl Unpin for UsersError
impl !UnwindSafe for UsersError
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