pub enum ExternalBillingBalanceType1Code {
Show 24 variants
Abrr,
Bequ,
Cbam,
Cban,
Cbap,
Dabr,
Edcb,
Edib,
Fdic,
Flba,
Flpp,
Ibal,
Ibib,
Iblb,
Ibnc,
Ibng,
Ibpc,
Ibrr,
Lban,
Lbap,
Lbme,
Lbnm,
Ucfu,
Unknown,
}Variants§
Abrr
Bequ
Cbam
Cban
Cbap
Dabr
Edcb
Edib
Fdic
Flba
Flpp
Ibal
Ibib
Iblb
Ibnc
Ibng
Ibpc
Ibrr
Lban
Lbap
Lbme
Lbnm
Ucfu
Unknown
Trait Implementations§
Source§impl Clone for ExternalBillingBalanceType1Code
impl Clone for ExternalBillingBalanceType1Code
Source§fn clone(&self) -> ExternalBillingBalanceType1Code
fn clone(&self) -> ExternalBillingBalanceType1Code
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 ExternalBillingBalanceType1Code
impl Default for ExternalBillingBalanceType1Code
Source§fn default() -> ExternalBillingBalanceType1Code
fn default() -> ExternalBillingBalanceType1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalBillingBalanceType1Code
impl<'de> Deserialize<'de> for ExternalBillingBalanceType1Code
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 ExternalBillingBalanceType1Code
Auto Trait Implementations§
impl Freeze for ExternalBillingBalanceType1Code
impl RefUnwindSafe for ExternalBillingBalanceType1Code
impl Send for ExternalBillingBalanceType1Code
impl Sync for ExternalBillingBalanceType1Code
impl Unpin for ExternalBillingBalanceType1Code
impl UnsafeUnpin for ExternalBillingBalanceType1Code
impl UnwindSafe for ExternalBillingBalanceType1Code
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