pub struct FullFill(pub OrderId);Expand description
Represents a full fill of an order (no remaining quantity).
Tuple Fields§
§0: OrderIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for FullFill
impl RefUnwindSafe for FullFill
impl Send for FullFill
impl Sync for FullFill
impl Unpin for FullFill
impl UnsafeUnpin for FullFill
impl UnwindSafe for FullFill
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