#[repr(C)]pub struct RemoveParkedOrderField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub parked_order_id: ParkedOrderIdType,
pub invest_unit_id: InvestUnitIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§parked_order_id: ParkedOrderIdType
§invest_unit_id: InvestUnitIdType
Implementations§
Trait Implementations§
Source§impl Clone for RemoveParkedOrderField
impl Clone for RemoveParkedOrderField
Source§fn clone(&self) -> RemoveParkedOrderField
fn clone(&self) -> RemoveParkedOrderField
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 RemoveParkedOrderField
impl Debug 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