pub struct AllocType;Expand description
AllocType (626).
Implementations§
Source§impl AllocType
impl AllocType
pub const BUYSIDECALC: i64 = 1
pub const BUYSIDEPRELIM: i64 = 2
pub const SELLSIDECALC: i64 = 3
pub const SELLSIDECALCWITHOUTPRELIM: i64 = 4
pub const BUYSIDEREADYTOBOOKSINGLE: i64 = 5
pub const BUYSIDEREADYTOBOOKCOMBINED: i64 = 6
pub const WAREHOUSEINSTRUCTION: i64 = 7
pub const REQUESTTOINTERMEDIARY: i64 = 8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocType
impl RefUnwindSafe for AllocType
impl Send for AllocType
impl Sync for AllocType
impl Unpin for AllocType
impl UnsafeUnpin for AllocType
impl UnwindSafe for AllocType
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