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