pub enum AuthResponse {
Success(SFAccount),
NoAuth(SSOAuth),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AuthResponse
impl !UnwindSafe for AuthResponse
impl Freeze for AuthResponse
impl Send for AuthResponse
impl Sync for AuthResponse
impl Unpin for AuthResponse
impl UnsafeUnpin for AuthResponse
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