#[repr(C)]pub struct ReqGenSMSCodeField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub Mobile: String,
}Expand description
申请短信验证码请求
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
UserID: String用户代码
Mobile: String手机号
Trait Implementations§
Source§impl Clone for ReqGenSMSCodeField
impl Clone for ReqGenSMSCodeField
Source§impl Debug for ReqGenSMSCodeField
impl Debug for ReqGenSMSCodeField
Source§impl Default for ReqGenSMSCodeField
impl Default for ReqGenSMSCodeField
Source§impl ExternType for ReqGenSMSCodeField
impl ExternType for ReqGenSMSCodeField
Auto Trait Implementations§
impl Freeze for ReqGenSMSCodeField
impl RefUnwindSafe for ReqGenSMSCodeField
impl Send for ReqGenSMSCodeField
impl Sync for ReqGenSMSCodeField
impl Unpin for ReqGenSMSCodeField
impl UnsafeUnpin for ReqGenSMSCodeField
impl UnwindSafe for ReqGenSMSCodeField
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