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