pub struct TeleinfoDate { /* private fields */ }
Expand description
TeleinfoDate struct represents a date sent in a teleinfo message in standard mode
Trait Implementations§
Source§impl Clone for TeleinfoDate
impl Clone for TeleinfoDate
Source§fn clone(&self) -> TeleinfoDate
fn clone(&self) -> TeleinfoDate
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 TeleinfoDate
impl Debug for TeleinfoDate
Source§impl PartialEq for TeleinfoDate
impl PartialEq for TeleinfoDate
impl StructuralPartialEq for TeleinfoDate
Auto Trait Implementations§
impl Freeze for TeleinfoDate
impl RefUnwindSafe for TeleinfoDate
impl Send for TeleinfoDate
impl Sync for TeleinfoDate
impl Unpin for TeleinfoDate
impl UnwindSafe for TeleinfoDate
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