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