pub struct LoginRequest {
pub identifier: String,
pub code: String,
}Expand description
邮件验证码登录请求
Fields§
§identifier: String§code: StringTrait Implementations§
Source§impl Clone for LoginRequest
impl Clone for LoginRequest
Source§fn clone(&self) -> LoginRequest
fn clone(&self) -> LoginRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoginRequest
impl Debug for LoginRequest
Auto Trait Implementations§
impl Freeze for LoginRequest
impl RefUnwindSafe for LoginRequest
impl Send for LoginRequest
impl Sync for LoginRequest
impl Unpin for LoginRequest
impl UnsafeUnpin for LoginRequest
impl UnwindSafe for LoginRequest
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