pub enum PeriodeTarifaire {
TH,
HC,
HP,
UNKNOWN(String),
}
Expand description
The current period for the frame. Valid values depends on the subscribed plan.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeriodeTarifaire
impl RefUnwindSafe for PeriodeTarifaire
impl Send for PeriodeTarifaire
impl Sync for PeriodeTarifaire
impl Unpin for PeriodeTarifaire
impl UnwindSafe for PeriodeTarifaire
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