pub struct TariffPrice {
pub price_type: Option<u8>,
pub price: Option<u8>,
pub price_level: Option<i16>,
}Fields§
§price_type: Option<u8>§price: Option<u8>§price_level: Option<i16>Trait Implementations§
Source§impl Debug for TariffPrice
impl Debug for TariffPrice
Auto Trait Implementations§
impl Freeze for TariffPrice
impl RefUnwindSafe for TariffPrice
impl Send for TariffPrice
impl Sync for TariffPrice
impl Unpin for TariffPrice
impl UnwindSafe for TariffPrice
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