pub struct GetStats200ResponsePreviousDay {
pub euro: Option<f64>,
pub watt: Option<f64>,
}Fields§
§euro: Option<f64>§watt: Option<f64>Implementations§
Trait Implementations§
Source§impl Clone for GetStats200ResponsePreviousDay
impl Clone for GetStats200ResponsePreviousDay
Source§fn clone(&self) -> GetStats200ResponsePreviousDay
fn clone(&self) -> GetStats200ResponsePreviousDay
Returns a duplicate 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 Default for GetStats200ResponsePreviousDay
impl Default for GetStats200ResponsePreviousDay
Source§fn default() -> GetStats200ResponsePreviousDay
fn default() -> GetStats200ResponsePreviousDay
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetStats200ResponsePreviousDay
impl<'de> Deserialize<'de> for GetStats200ResponsePreviousDay
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetStats200ResponsePreviousDay, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetStats200ResponsePreviousDay, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetStats200ResponsePreviousDay
impl PartialEq for GetStats200ResponsePreviousDay
Source§fn eq(&self, other: &GetStats200ResponsePreviousDay) -> bool
fn eq(&self, other: &GetStats200ResponsePreviousDay) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetStats200ResponsePreviousDay
impl Serialize for GetStats200ResponsePreviousDay
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetStats200ResponsePreviousDay
Auto Trait Implementations§
impl Freeze for GetStats200ResponsePreviousDay
impl RefUnwindSafe for GetStats200ResponsePreviousDay
impl Send for GetStats200ResponsePreviousDay
impl Sync for GetStats200ResponsePreviousDay
impl Unpin for GetStats200ResponsePreviousDay
impl UnwindSafe for GetStats200ResponsePreviousDay
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