pub struct OtpLoginRequest {
pub code: String,
}Expand description
OTP login request for v3 API
Fields§
§code: StringTrait Implementations§
Source§impl Debug for OtpLoginRequest
impl Debug for OtpLoginRequest
Auto Trait Implementations§
impl Freeze for OtpLoginRequest
impl RefUnwindSafe for OtpLoginRequest
impl Send for OtpLoginRequest
impl Sync for OtpLoginRequest
impl Unpin for OtpLoginRequest
impl UnwindSafe for OtpLoginRequest
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