Struct follow_heating::io::wiser::filehub::TimestampedOnValue
source · struct TimestampedOnValue {
pub on: bool,
pub timestamp: DateTime<Utc>,
}
Fields§
§on: bool
§timestamp: DateTime<Utc>
Trait Implementations§
source§impl Clone for TimestampedOnValue
impl Clone for TimestampedOnValue
source§fn clone(&self) -> TimestampedOnValue
fn clone(&self) -> TimestampedOnValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TimestampedOnValue
impl Debug for TimestampedOnValue
source§impl<'de> Deserialize<'de> for TimestampedOnValue
impl<'de> Deserialize<'de> for TimestampedOnValue
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for TimestampedOnValue
impl PartialEq for TimestampedOnValue
source§fn eq(&self, other: &TimestampedOnValue) -> bool
fn eq(&self, other: &TimestampedOnValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TimestampedOnValue
Auto Trait Implementations§
impl RefUnwindSafe for TimestampedOnValue
impl Send for TimestampedOnValue
impl Sync for TimestampedOnValue
impl Unpin for TimestampedOnValue
impl UnwindSafe for TimestampedOnValue
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