pub struct BillingServiceParameters3 {
pub bk_svc: BillingServiceIdentification3,
pub vol: Option<f64>,
}Fields§
§bk_svc: BillingServiceIdentification3§vol: Option<f64>Implementations§
Source§impl BillingServiceParameters3
impl BillingServiceParameters3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingServiceParameters3
impl RefUnwindSafe for BillingServiceParameters3
impl Send for BillingServiceParameters3
impl Sync for BillingServiceParameters3
impl Unpin for BillingServiceParameters3
impl UnwindSafe for BillingServiceParameters3
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