pub struct SignupSuccess {
pub message: String,
pub account_has_email: bool,
pub backup_codes: Option<Vec<String>>,
}Fields§
§message: String§account_has_email: bool§backup_codes: Option<Vec<String>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignupSuccess
impl RefUnwindSafe for SignupSuccess
impl Send for SignupSuccess
impl Sync for SignupSuccess
impl Unpin for SignupSuccess
impl UnsafeUnpin for SignupSuccess
impl UnwindSafe for SignupSuccess
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