#[repr(C)]pub struct LoginForbiddenUserField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub IPAddress: String,
}Expand description
禁止登录用户
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
UserID: String用户代码
IPAddress: StringIP地址
Trait Implementations§
Source§impl Clone for LoginForbiddenUserField
impl Clone for LoginForbiddenUserField
Source§impl Debug for LoginForbiddenUserField
impl Debug for LoginForbiddenUserField
Source§impl Default for LoginForbiddenUserField
impl Default for LoginForbiddenUserField
Source§impl ExternType for LoginForbiddenUserField
impl ExternType for LoginForbiddenUserField
Auto Trait Implementations§
impl Freeze for LoginForbiddenUserField
impl RefUnwindSafe for LoginForbiddenUserField
impl Send for LoginForbiddenUserField
impl Sync for LoginForbiddenUserField
impl Unpin for LoginForbiddenUserField
impl UnsafeUnpin for LoginForbiddenUserField
impl UnwindSafe for LoginForbiddenUserField
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