#[repr(C)]pub struct RemoveParkedOrderActionField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub parked_order_action_id: ParkedOrderIdType,
pub invest_unit_id: InvestUnitIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§parked_order_action_id: ParkedOrderIdType
§invest_unit_id: InvestUnitIdType
Implementations§
Trait Implementations§
Source§impl Clone for RemoveParkedOrderActionField
impl Clone for RemoveParkedOrderActionField
Source§fn clone(&self) -> RemoveParkedOrderActionField
fn clone(&self) -> RemoveParkedOrderActionField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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