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 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 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§impl Serialize for SiteChannels
impl Serialize for SiteChannels
impl StructuralPartialEq for SiteChannels
Auto Trait Implementations§
impl Freeze for SiteChannels
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