pub struct SimulatedFill {
pub fill: Fill,
pub order_fully_filled: bool,
}Expand description
Result of a simulated fill
Fields§
§fill: FillCanonical fill emitted by the simulator.
order_fully_filled: boolWhether this fill completed the order.
Trait Implementations§
Source§impl Clone for SimulatedFill
impl Clone for SimulatedFill
Source§fn clone(&self) -> SimulatedFill
fn clone(&self) -> SimulatedFill
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SimulatedFill
impl RefUnwindSafe for SimulatedFill
impl Send for SimulatedFill
impl Sync for SimulatedFill
impl Unpin for SimulatedFill
impl UnsafeUnpin for SimulatedFill
impl UnwindSafe for SimulatedFill
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