pub struct DataNewLink {
pub indicator_id: Option<IndicatorId>,
pub indicator_parent: Option<ParentRef<IndicatorId>>,
pub measure1_id: Option<MeasureId>,
pub measure2_id: Option<MeasureId>,
pub unit_id: Option<UnitId>,
pub indicator_name: Option<String>,
pub measure1_name: Option<String>,
pub measure2_name: Option<String>,
pub un_name: Option<String>,
}Expand description
Справочные связи из DataNewResponse::links.
Fields§
§indicator_id: Option<IndicatorId>§indicator_parent: Option<ParentRef<IndicatorId>>§measure1_id: Option<MeasureId>§measure2_id: Option<MeasureId>§unit_id: Option<UnitId>§indicator_name: Option<String>§measure1_name: Option<String>§measure2_name: Option<String>§un_name: Option<String>Trait Implementations§
Source§impl Clone for DataNewLink
impl Clone for DataNewLink
Source§fn clone(&self) -> DataNewLink
fn clone(&self) -> DataNewLink
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 DataNewLink
impl Debug for DataNewLink
Source§impl<'de> Deserialize<'de> for DataNewLink
impl<'de> Deserialize<'de> for DataNewLink
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 DataNewLink
impl PartialEq for DataNewLink
impl StructuralPartialEq for DataNewLink
Auto Trait Implementations§
impl Freeze for DataNewLink
impl RefUnwindSafe for DataNewLink
impl Send for DataNewLink
impl Sync for DataNewLink
impl Unpin for DataNewLink
impl UnsafeUnpin for DataNewLink
impl UnwindSafe for DataNewLink
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