pub enum Tag {
}
Expand description
The different tags that can compose a frame.
Variants§
ADCO(String)
Adresse du compteur
OPTARIF(OptionTarifaire)
Option tarifaire choisie
ISOUSC(i32)
Intensité souscrite
BASE(i32)
Index option Base
HCHC(i32)
Index option Heures Creuses Heures Creuses
HCHP(i32)
Heures Pleines
PTEC(PeriodeTarifaire)
Période tarifaire en cours
IINST(i32)
Intensité Instantanée
ADPS(i32)
Avertissement de Dépassement de Puissance Souscrite
IMAX(i32)
Intensité maximale appelée
PAPP(i32)
Puissance apparente
HHPHC(char)
Horaire Heures Pleines Heures Creuses
MOTDETAT(String)
Mot d’état du compteur
UNKNOWN(String, String)
Groupe d’information inconnu ou non géré
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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