pub struct ResendOtpResponse {
pub data: ResendOtpData,
}Expand description
Response envelope for resendOtp.
Fields§
§data: ResendOtpDataOTP data.
Trait Implementations§
Source§impl Clone for ResendOtpResponse
impl Clone for ResendOtpResponse
Source§fn clone(&self) -> ResendOtpResponse
fn clone(&self) -> ResendOtpResponse
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 ResendOtpResponse
impl Debug for ResendOtpResponse
Source§impl<'de> Deserialize<'de> for ResendOtpResponse
impl<'de> Deserialize<'de> for ResendOtpResponse
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
Auto Trait Implementations§
impl Freeze for ResendOtpResponse
impl RefUnwindSafe for ResendOtpResponse
impl Send for ResendOtpResponse
impl Sync for ResendOtpResponse
impl Unpin for ResendOtpResponse
impl UnsafeUnpin for ResendOtpResponse
impl UnwindSafe for ResendOtpResponse
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