pub struct AllocRejCode;Expand description
AllocRejCode (88).
Implementations§
Source§impl AllocRejCode
impl AllocRejCode
pub const UNKNOWNACCT: i64 = 0
pub const INCORRECTQTY: i64 = 1
pub const UNKNOWNORSTALEEXECID: i64 = 10
pub const MISMATCHEDDATA: i64 = 11
pub const UNKNOWNCLORDID: i64 = 12
pub const WAREHOUSEREQUESTREJECTED: i64 = 13
pub const INCORRECTAVGPRC: i64 = 2
pub const INCORRECTBRKMNC: i64 = 3
pub const COMMDIFF: i64 = 4
pub const UNKNOWNORDID: i64 = 5
pub const UNKNOWNLISTID: i64 = 6
pub const OTHER: i64 = 7
pub const INCORRECTALLOCATEDQUANTITY: i64 = 8
pub const CALCULATIONDIFFERENCE: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocRejCode
impl RefUnwindSafe for AllocRejCode
impl Send for AllocRejCode
impl Sync for AllocRejCode
impl Unpin for AllocRejCode
impl UnsafeUnpin for AllocRejCode
impl UnwindSafe for AllocRejCode
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