pub enum LoginResponse {
Success,
TotpRequired,
}Variants§
Trait Implementations§
Source§impl ComposeSchema for LoginResponse
impl ComposeSchema for LoginResponse
Source§impl Debug for LoginResponse
impl Debug for LoginResponse
Source§impl<'de> Deserialize<'de> for LoginResponse
impl<'de> Deserialize<'de> for LoginResponse
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
Source§impl Serialize for LoginResponse
impl Serialize for LoginResponse
Auto Trait Implementations§
impl Freeze for LoginResponse
impl RefUnwindSafe for LoginResponse
impl Send for LoginResponse
impl Sync for LoginResponse
impl Unpin for LoginResponse
impl UnwindSafe for LoginResponse
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