#[repr(C)]pub struct DepartmentUserField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub InvestorRange: u8,
pub InvestorID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§InvestorRange: u8
§InvestorID: String
Trait Implementations§
Source§impl Clone for DepartmentUserField
impl Clone for DepartmentUserField
Source§impl Debug for DepartmentUserField
impl Debug for DepartmentUserField
Source§impl Default for DepartmentUserField
impl Default for DepartmentUserField
Source§impl ExternType for DepartmentUserField
impl ExternType for DepartmentUserField
Auto Trait Implementations§
impl Freeze for DepartmentUserField
impl RefUnwindSafe for DepartmentUserField
impl Send for DepartmentUserField
impl Sync for DepartmentUserField
impl Unpin for DepartmentUserField
impl UnwindSafe for DepartmentUserField
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