pub struct DataExLink {
pub indicator_id: Option<IndicatorId>,
pub measure_1_id: Option<MeasureId>,
pub measure_2_id: Option<MeasureId>,
pub unit_id: Option<UnitId>,
pub name: Option<String>,
pub s_sort: Option<SortKey>,
}Expand description
Справочные связи из DataExResponse::links.
Fields§
§indicator_id: Option<IndicatorId>§measure_1_id: Option<MeasureId>§measure_2_id: Option<MeasureId>§unit_id: Option<UnitId>§name: Option<String>§s_sort: Option<SortKey>Trait Implementations§
Source§impl Clone for DataExLink
impl Clone for DataExLink
Source§fn clone(&self) -> DataExLink
fn clone(&self) -> DataExLink
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 DataExLink
impl Debug for DataExLink
Source§impl<'de> Deserialize<'de> for DataExLink
impl<'de> Deserialize<'de> for DataExLink
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 DataExLink
impl PartialEq for DataExLink
impl StructuralPartialEq for DataExLink
Auto Trait Implementations§
impl Freeze for DataExLink
impl RefUnwindSafe for DataExLink
impl Send for DataExLink
impl Sync for DataExLink
impl Unpin for DataExLink
impl UnsafeUnpin for DataExLink
impl UnwindSafe for DataExLink
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