pub struct OTPResponse {
pub message_id: Option<String>,
}
Fields§
§message_id: Option<String>
Trait Implementations§
Source§impl Clone for OTPResponse
impl Clone for OTPResponse
Source§fn clone(&self) -> OTPResponse
fn clone(&self) -> OTPResponse
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 OTPResponse
impl Debug for OTPResponse
Source§impl Default for OTPResponse
impl Default for OTPResponse
Source§fn default() -> OTPResponse
fn default() -> OTPResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OTPResponse
impl<'de> Deserialize<'de> for OTPResponse
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 PartialEq for OTPResponse
impl PartialEq for OTPResponse
Source§impl Serialize for OTPResponse
impl Serialize for OTPResponse
impl StructuralPartialEq for OTPResponse
Auto Trait Implementations§
impl Freeze for OTPResponse
impl RefUnwindSafe for OTPResponse
impl Send for OTPResponse
impl Sync for OTPResponse
impl Unpin for OTPResponse
impl UnwindSafe for OTPResponse
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