pub enum ExternalBillingRateIdentification1Code {
Show 20 variants
Aear,
Anxe,
Cdra,
Dinr,
Dscr,
Ealr,
Fdic,
Icdr,
Mult,
Ncbo,
Ngco,
Nglo,
Nlbo,
Nxme,
Nxmu,
Prir,
Rrqr,
Rsrv,
Ufur,
Unknown,
}Variants§
Aear
Anxe
Cdra
Dinr
Dscr
Ealr
Fdic
Icdr
Mult
Ncbo
Ngco
Nglo
Nlbo
Nxme
Nxmu
Prir
Rrqr
Rsrv
Ufur
Unknown
Trait Implementations§
Source§impl Clone for ExternalBillingRateIdentification1Code
impl Clone for ExternalBillingRateIdentification1Code
Source§fn clone(&self) -> ExternalBillingRateIdentification1Code
fn clone(&self) -> ExternalBillingRateIdentification1Code
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 ExternalBillingRateIdentification1Code
impl Default for ExternalBillingRateIdentification1Code
Source§fn default() -> ExternalBillingRateIdentification1Code
fn default() -> ExternalBillingRateIdentification1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalBillingRateIdentification1Code
impl<'de> Deserialize<'de> for ExternalBillingRateIdentification1Code
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 ExternalBillingRateIdentification1Code
Auto Trait Implementations§
impl Freeze for ExternalBillingRateIdentification1Code
impl RefUnwindSafe for ExternalBillingRateIdentification1Code
impl Send for ExternalBillingRateIdentification1Code
impl Sync for ExternalBillingRateIdentification1Code
impl Unpin for ExternalBillingRateIdentification1Code
impl UnsafeUnpin for ExternalBillingRateIdentification1Code
impl UnwindSafe for ExternalBillingRateIdentification1Code
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