Struct amber_client::rest_client::SiteChannels
source · pub struct SiteChannels {
pub identifier: String,
pub tariff: String,
pub tariff_type: String,
}Expand description
Struct type that matches resulting data from “channels” section of the Amber “/sites” endpoint.
Fields§
§identifier: String§tariff: String§tariff_type: StringTrait Implementations§
source§impl Clone for SiteChannels
impl Clone for SiteChannels
source§fn clone(&self) -> SiteChannels
fn clone(&self) -> SiteChannels
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 SiteChannels
impl Debug for SiteChannels
source§impl<'de> Deserialize<'de> for SiteChannels
impl<'de> Deserialize<'de> for SiteChannels
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 SiteChannels
impl PartialEq for SiteChannels
source§fn eq(&self, other: &SiteChannels) -> bool
fn eq(&self, other: &SiteChannels) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SiteChannels
impl Serialize for SiteChannels
impl StructuralPartialEq for SiteChannels
Auto Trait Implementations§
impl RefUnwindSafe for SiteChannels
impl Send for SiteChannels
impl Sync for SiteChannels
impl Unpin for SiteChannels
impl UnwindSafe for SiteChannels
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