pub struct DataSpecificationIec61360 {
pub data_type: Option<DataTypeIec61360>,
pub definition: Option<Vec<LangString>>,
pub level_type: Option<LevelType>,
pub preferred_name: Vec<LangString>,
pub short_name: Option<Vec<LangString>>,
pub source_of_definition: Option<String>,
pub symbol: Option<String>,
pub unit: Option<String>,
pub unit_id: Option<Reference>,
pub value: Option<String>,
pub value_format: Option<String>,
pub value_list: Option<ValueList>,
}Fields§
§data_type: Option<DataTypeIec61360>§definition: Option<Vec<LangString>>§level_type: Option<LevelType>§preferred_name: Vec<LangString>§short_name: Option<Vec<LangString>>§source_of_definition: Option<String>§symbol: Option<String>§unit: Option<String>§unit_id: Option<Reference>§value: Option<String>§value_format: Option<String>§value_list: Option<ValueList>Trait Implementations§
Source§impl Clone for DataSpecificationIec61360
impl Clone for DataSpecificationIec61360
Source§fn clone(&self) -> DataSpecificationIec61360
fn clone(&self) -> DataSpecificationIec61360
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 DataSpecificationIec61360
impl Debug for DataSpecificationIec61360
Source§impl<'de> Deserialize<'de> for DataSpecificationIec61360
impl<'de> Deserialize<'de> for DataSpecificationIec61360
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
impl StructuralPartialEq for DataSpecificationIec61360
Auto Trait Implementations§
impl Freeze for DataSpecificationIec61360
impl RefUnwindSafe for DataSpecificationIec61360
impl Send for DataSpecificationIec61360
impl Sync for DataSpecificationIec61360
impl Unpin for DataSpecificationIec61360
impl UnwindSafe for DataSpecificationIec61360
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