pub struct BillingSubServiceIdentification1 {
pub issr: BillingSubServiceQualifier1Choice,
pub id: String,
}Fields§
§issr: BillingSubServiceQualifier1Choice§id: StringImplementations§
Source§impl BillingSubServiceIdentification1
impl BillingSubServiceIdentification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingSubServiceIdentification1
impl RefUnwindSafe for BillingSubServiceIdentification1
impl Send for BillingSubServiceIdentification1
impl Sync for BillingSubServiceIdentification1
impl Unpin for BillingSubServiceIdentification1
impl UnwindSafe for BillingSubServiceIdentification1
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