pub enum Reason {
AtOrBelowThreshold,
VendorBackorder,
ForecastedBoardingDietDepletion,
}Expand description
Business reason explaining why reorder action or vendor notice is needed.
Variants§
AtOrBelowThreshold
At or below threshold retail operational signal for inventory, POS, reorder, recommendation, or review handling.
VendorBackorder
Vendor backorder retail operational signal for inventory, POS, reorder, recommendation, or review handling.
ForecastedBoardingDietDepletion
Forecasted boarding diet depletion retail operational signal for inventory, POS, reorder, recommendation, or review handling.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Reason
impl<'de> Deserialize<'de> for Reason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Reason
impl Eq for Reason
impl StructuralPartialEq for Reason
Auto Trait Implementations§
impl Freeze for Reason
impl RefUnwindSafe for Reason
impl Send for Reason
impl Sync for Reason
impl Unpin for Reason
impl UnsafeUnpin for Reason
impl UnwindSafe for Reason
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