pub struct TeleinfoValue {
pub value: String,
pub horodate: Option<TeleinfoDate>,
}
Expand description
TeleinfoValue represents the value and date of a message line from Teleinfo
Fields§
§value: String
§horodate: Option<TeleinfoDate>
Trait Implementations§
Source§impl Clone for TeleinfoValue
impl Clone for TeleinfoValue
Source§fn clone(&self) -> TeleinfoValue
fn clone(&self) -> TeleinfoValue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TeleinfoValue
impl Debug for TeleinfoValue
Source§impl PartialEq for TeleinfoValue
impl PartialEq for TeleinfoValue
impl StructuralPartialEq for TeleinfoValue
Auto Trait Implementations§
impl Freeze for TeleinfoValue
impl RefUnwindSafe for TeleinfoValue
impl Send for TeleinfoValue
impl Sync for TeleinfoValue
impl Unpin for TeleinfoValue
impl UnwindSafe for TeleinfoValue
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