pub enum ExternalBillingCompensationType1Code {
Show 23 variants
Bacs,
Ctnd,
Dead,
Eall,
Eana,
Edaa,
Edal,
Fess,
Free,
Nbcs,
Pvcs,
Scab,
Scan,
Scbt,
Sccp,
Scdb,
Scdi,
Scin,
Ticd,
Txsc,
Txts,
Waiv,
Unknown,
}Variants§
Bacs
Ctnd
Dead
Eall
Eana
Edaa
Edal
Fess
Free
Nbcs
Pvcs
Scab
Scan
Scbt
Sccp
Scdb
Scdi
Scin
Ticd
Txsc
Txts
Waiv
Unknown
Trait Implementations§
Source§impl Clone for ExternalBillingCompensationType1Code
impl Clone for ExternalBillingCompensationType1Code
Source§fn clone(&self) -> ExternalBillingCompensationType1Code
fn clone(&self) -> ExternalBillingCompensationType1Code
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExternalBillingCompensationType1Code
impl Default for ExternalBillingCompensationType1Code
Source§fn default() -> ExternalBillingCompensationType1Code
fn default() -> ExternalBillingCompensationType1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalBillingCompensationType1Code
impl<'de> Deserialize<'de> for ExternalBillingCompensationType1Code
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 StructuralPartialEq for ExternalBillingCompensationType1Code
Auto Trait Implementations§
impl Freeze for ExternalBillingCompensationType1Code
impl RefUnwindSafe for ExternalBillingCompensationType1Code
impl Send for ExternalBillingCompensationType1Code
impl Sync for ExternalBillingCompensationType1Code
impl Unpin for ExternalBillingCompensationType1Code
impl UnsafeUnpin for ExternalBillingCompensationType1Code
impl UnwindSafe for ExternalBillingCompensationType1Code
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