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