Struct jyve::model::VerifyCode
source · pub struct VerifyCode {
pub code: String,
pub mobile: String,
}
Fields§
§code: String
§mobile: String
Trait Implementations§
source§impl Clone for VerifyCode
impl Clone for VerifyCode
source§fn clone(&self) -> VerifyCode
fn clone(&self) -> VerifyCode
Returns a copy 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 VerifyCode
impl Debug for VerifyCode
source§impl Default for VerifyCode
impl Default for VerifyCode
source§fn default() -> VerifyCode
fn default() -> VerifyCode
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VerifyCode
impl<'de> Deserialize<'de> for VerifyCode
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 Display for VerifyCode
impl Display for VerifyCode
Auto Trait Implementations§
impl RefUnwindSafe for VerifyCode
impl Send for VerifyCode
impl Sync for VerifyCode
impl Unpin for VerifyCode
impl UnwindSafe for VerifyCode
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