pub struct AllocReportType;Expand description
AllocReportType (794).
Implementations§
Source§impl AllocReportType
impl AllocReportType
pub const SELLSIDECALCULATEDUSINGPRELIMINARY: i64 = 3
pub const SELLSIDECALCULATEDWITHOUTPRELIMINARY: i64 = 4
pub const WAREHOUSERECAP: i64 = 5
pub const REQUESTTOINTERMEDIARY: i64 = 8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocReportType
impl RefUnwindSafe for AllocReportType
impl Send for AllocReportType
impl Sync for AllocReportType
impl Unpin for AllocReportType
impl UnsafeUnpin for AllocReportType
impl UnwindSafe for AllocReportType
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