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