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