pub struct PartialFill(pub OrderId, _);Expand description
Represents a partial fill of an order, with remaining quantity.
Tuple Fields§
§0: OrderIdImplementations§
Trait Implementations§
Source§impl Clone for PartialFill
impl Clone for PartialFill
Source§fn clone(&self) -> PartialFill
fn clone(&self) -> PartialFill
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 PartialFill
impl Debug for PartialFill
Source§impl From<&PartialFill> for Execution
impl From<&PartialFill> for Execution
Source§fn from(value: &PartialFill) -> Self
fn from(value: &PartialFill) -> Self
Converts to this type from the input type.
impl Copy for PartialFill
Auto Trait Implementations§
impl Freeze for PartialFill
impl RefUnwindSafe for PartialFill
impl Send for PartialFill
impl Sync for PartialFill
impl Unpin for PartialFill
impl UnsafeUnpin for PartialFill
impl UnwindSafe for PartialFill
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