pub enum System {
Gingr,
BusinessIntelligence,
LaborScheduling,
Timeclock,
Payroll,
CapacityInventory,
PointOfSale,
ManualImport,
}Expand description
Upstream systems that can supply operational, POS, labor, or import data.
Variants§
Gingr
Gingr reservation and pet-care operating system.
BusinessIntelligence
Reporting or BI data source.
LaborScheduling
Labor scheduling source for staffing plans.
Timeclock
Timeclock source for worked-hour data.
Payroll
Payroll source for labor-cost reconciliation.
CapacityInventory
Capacity inventory source for available accommodation counts.
PointOfSale
Point-of-sale source for retail and payment activity.
ManualImport
Manually supplied import data.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for System
impl<'de> Deserialize<'de> for System
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 System
impl Eq for System
impl StructuralPartialEq for System
Auto Trait Implementations§
impl Freeze for System
impl RefUnwindSafe for System
impl Send for System
impl Sync for System
impl Unpin for System
impl UnsafeUnpin for System
impl UnwindSafe for System
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