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