pub struct MeteredQuantity {
pub tariff_component_i_ds: Option<Vec<u32>>,
pub quantity: Option<i64>,
}Fields§
§tariff_component_i_ds: Option<Vec<u32>>§quantity: Option<i64>Trait Implementations§
Source§impl Debug for MeteredQuantity
impl Debug for MeteredQuantity
Auto Trait Implementations§
impl Freeze for MeteredQuantity
impl RefUnwindSafe for MeteredQuantity
impl Send for MeteredQuantity
impl Sync for MeteredQuantity
impl Unpin for MeteredQuantity
impl UnwindSafe for MeteredQuantity
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