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