pub struct FixedOrderSizer {
pub quantity: Quantity,
}Expand description
Simplest possible sizer that always returns a fixed size.
Fields§
§quantity: QuantityTrait Implementations§
Auto Trait Implementations§
impl Freeze for FixedOrderSizer
impl RefUnwindSafe for FixedOrderSizer
impl Send for FixedOrderSizer
impl Sync for FixedOrderSizer
impl Unpin for FixedOrderSizer
impl UnwindSafe for FixedOrderSizer
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