pub enum OptionTarifaire {
Base,
HC,
EJP,
UNKNOWN(String),
}
Expand description
The subscribed tariff option
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OptionTarifaire
impl RefUnwindSafe for OptionTarifaire
impl Send for OptionTarifaire
impl Sync for OptionTarifaire
impl Unpin for OptionTarifaire
impl UnwindSafe for OptionTarifaire
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