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