pub enum AdjacentSystemCode {
Show 14 variants
AvatureRecruiting,
Ga4,
Amplitude,
GoogleTagManager,
Hris,
LaborScheduling,
Payroll,
MarketingAutomation,
Ticketing,
CallCenterTelephony,
Reviews,
EmailSmsMarketing,
BusinessIntelligence,
DataLake,
}Expand description
Stable codes for adjacent systems that provide labor, recruiting, marketing, or analytics evidence.
Variants§
AvatureRecruiting
Stable storage code for avature recruiting.
Ga4
Stable storage code for ga4.
Amplitude
Stable storage code for amplitude.
GoogleTagManager
Stable storage code for google tag manager.
Hris
Stable storage code for hris.
LaborScheduling
Stable storage code for labor scheduling.
Payroll
Stable storage code for payroll.
MarketingAutomation
Stable storage code for marketing automation.
Ticketing
Stable storage code for ticketing.
CallCenterTelephony
Stable storage code for call center telephony.
Reviews
Stable storage code for reviews.
EmailSmsMarketing
Stable storage code for email sms marketing.
BusinessIntelligence
Stable storage code for business intelligence.
DataLake
Stable storage code for data lake.
Trait Implementations§
Source§impl Clone for AdjacentSystemCode
impl Clone for AdjacentSystemCode
Source§fn clone(&self) -> AdjacentSystemCode
fn clone(&self) -> AdjacentSystemCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdjacentSystemCode
impl Debug for AdjacentSystemCode
Source§impl<'de> Deserialize<'de> for AdjacentSystemCode
impl<'de> Deserialize<'de> for AdjacentSystemCode
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
Source§impl From<AdjacentSystem> for AdjacentSystemCode
impl From<AdjacentSystem> for AdjacentSystemCode
Source§fn from(value: AdjacentSystem) -> Self
fn from(value: AdjacentSystem) -> Self
Converts to this type from the input type.
Source§impl From<AdjacentSystemCode> for AdjacentSystem
impl From<AdjacentSystemCode> for AdjacentSystem
Source§fn from(value: AdjacentSystemCode) -> Self
fn from(value: AdjacentSystemCode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AdjacentSystemCode
impl PartialEq for AdjacentSystemCode
Source§impl Serialize for AdjacentSystemCode
impl Serialize for AdjacentSystemCode
impl Copy for AdjacentSystemCode
impl Eq for AdjacentSystemCode
impl StructuralPartialEq for AdjacentSystemCode
Auto Trait Implementations§
impl Freeze for AdjacentSystemCode
impl RefUnwindSafe for AdjacentSystemCode
impl Send for AdjacentSystemCode
impl Sync for AdjacentSystemCode
impl Unpin for AdjacentSystemCode
impl UnsafeUnpin for AdjacentSystemCode
impl UnwindSafe for AdjacentSystemCode
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