#[repr(C)]pub struct CThostFtdcRspGenUserTextField {
pub UserTextSeq: TThostFtdcUserTextSeqType,
}
Expand description
短信验证码生成的回复
Fields§
§UserTextSeq: TThostFtdcUserTextSeqType
短信验证码序号
Trait Implementations§
Source§impl Default for CThostFtdcRspGenUserTextField
impl Default for CThostFtdcRspGenUserTextField
Source§fn default() -> CThostFtdcRspGenUserTextField
fn default() -> CThostFtdcRspGenUserTextField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcRspGenUserTextField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspGenUserTextField
impl RefUnwindSafe for CThostFtdcRspGenUserTextField
impl Send for CThostFtdcRspGenUserTextField
impl Sync for CThostFtdcRspGenUserTextField
impl Unpin for CThostFtdcRspGenUserTextField
impl UnwindSafe for CThostFtdcRspGenUserTextField
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