#[repr(C)]pub struct SMSVerifyInfoField {
pub is_null: bool,
pub CreateTime: String,
pub Mobile: String,
pub SMSContent: Vec<u8>,
}Expand description
短信验证信息通知
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
CreateTime: String验证码创建时间
Mobile: String手机号
SMSContent: Vec<u8>短信验证信息内容
Trait Implementations§
Source§impl Clone for SMSVerifyInfoField
impl Clone for SMSVerifyInfoField
Source§impl Debug for SMSVerifyInfoField
impl Debug for SMSVerifyInfoField
Source§impl Default for SMSVerifyInfoField
impl Default for SMSVerifyInfoField
Source§impl ExternType for SMSVerifyInfoField
impl ExternType for SMSVerifyInfoField
Auto Trait Implementations§
impl Freeze for SMSVerifyInfoField
impl RefUnwindSafe for SMSVerifyInfoField
impl Send for SMSVerifyInfoField
impl Sync for SMSVerifyInfoField
impl Unpin for SMSVerifyInfoField
impl UnsafeUnpin for SMSVerifyInfoField
impl UnwindSafe for SMSVerifyInfoField
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