#[repr(C)]pub struct RspAuthenticateField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub UserProductInfo: String,
pub AppID: String,
pub AppType: u8,
}Expand description
客户端认证响应
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
UserID: String用户代码
UserProductInfo: String用户端产品信息
AppID: StringApp代码
AppType: u8App类型
Trait Implementations§
Source§impl Clone for RspAuthenticateField
impl Clone for RspAuthenticateField
Source§impl Debug for RspAuthenticateField
impl Debug for RspAuthenticateField
Source§impl Default for RspAuthenticateField
impl Default for RspAuthenticateField
Source§impl ExternType for RspAuthenticateField
impl ExternType for RspAuthenticateField
Auto Trait Implementations§
impl Freeze for RspAuthenticateField
impl RefUnwindSafe for RspAuthenticateField
impl Send for RspAuthenticateField
impl Sync for RspAuthenticateField
impl Unpin for RspAuthenticateField
impl UnsafeUnpin for RspAuthenticateField
impl UnwindSafe for RspAuthenticateField
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