pub struct EmbeddedDataSpecification {
pub data_specification: Reference,
pub data_specification_content: DataSpecificationIec61360,
}Fields§
§data_specification: Reference§data_specification_content: DataSpecificationIec61360Trait Implementations§
Source§impl Clone for EmbeddedDataSpecification
impl Clone for EmbeddedDataSpecification
Source§fn clone(&self) -> EmbeddedDataSpecification
fn clone(&self) -> EmbeddedDataSpecification
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 EmbeddedDataSpecification
impl Debug for EmbeddedDataSpecification
Source§impl<'de> Deserialize<'de> for EmbeddedDataSpecification
impl<'de> Deserialize<'de> for EmbeddedDataSpecification
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 EmbeddedDataSpecification
Auto Trait Implementations§
impl Freeze for EmbeddedDataSpecification
impl RefUnwindSafe for EmbeddedDataSpecification
impl Send for EmbeddedDataSpecification
impl Sync for EmbeddedDataSpecification
impl Unpin for EmbeddedDataSpecification
impl UnwindSafe for EmbeddedDataSpecification
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