pub struct BillingServiceIdentification3 {
pub id: String,
pub sub_svc: Option<BillingSubServiceIdentification1>,
pub desc: String,
pub cmon_cd: Option<BillingServiceCommonIdentification1>,
pub bk_tx_cd: Option<BankTransactionCodeStructure4>,
pub svc_tp: Option<String>,
}Fields§
§id: String§sub_svc: Option<BillingSubServiceIdentification1>§desc: String§cmon_cd: Option<BillingServiceCommonIdentification1>§bk_tx_cd: Option<BankTransactionCodeStructure4>§svc_tp: Option<String>Implementations§
Source§impl BillingServiceIdentification3
impl BillingServiceIdentification3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingServiceIdentification3
impl RefUnwindSafe for BillingServiceIdentification3
impl Send for BillingServiceIdentification3
impl Sync for BillingServiceIdentification3
impl Unpin for BillingServiceIdentification3
impl UnwindSafe for BillingServiceIdentification3
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