pub struct GroupKey {
pub indicator_id: String,
pub country_iso3: String,
}Expand description
Grouping key used in stats and plotting.
Fields§
§indicator_id: String§country_iso3: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for GroupKey
impl<'de> Deserialize<'de> for GroupKey
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 Ord for GroupKey
impl Ord for GroupKey
Source§impl PartialOrd for GroupKey
impl PartialOrd for GroupKey
impl Eq for GroupKey
impl StructuralPartialEq for GroupKey
Auto Trait Implementations§
impl Freeze for GroupKey
impl RefUnwindSafe for GroupKey
impl Send for GroupKey
impl Sync for GroupKey
impl Unpin for GroupKey
impl UnwindSafe for GroupKey
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