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