pub enum LoginCurrentLoginTokenError {
Error400(ErrorsBody),
Error401(ErrorBody),
Error500(ErrorBody),
}Variants§
Auto Trait Implementations§
impl Freeze for LoginCurrentLoginTokenError
impl RefUnwindSafe for LoginCurrentLoginTokenError
impl Send for LoginCurrentLoginTokenError
impl Sync for LoginCurrentLoginTokenError
impl Unpin for LoginCurrentLoginTokenError
impl UnwindSafe for LoginCurrentLoginTokenError
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