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