pub struct AasSemIdKey {
pub key_type: String,
pub value: String,
}Expand description
IDTA AAS Part 1 §5.3.11 Key — one segment of a semantic identifier reference.
Fields§
§key_type: String§value: StringTrait Implementations§
Source§impl Clone for AasSemIdKey
impl Clone for AasSemIdKey
Source§fn clone(&self) -> AasSemIdKey
fn clone(&self) -> AasSemIdKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AasSemIdKey
impl Debug for AasSemIdKey
Source§impl<'de> Deserialize<'de> for AasSemIdKey
impl<'de> Deserialize<'de> for AasSemIdKey
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 AasSemIdKey
impl PartialEq for AasSemIdKey
Source§impl Serialize for AasSemIdKey
impl Serialize for AasSemIdKey
impl StructuralPartialEq for AasSemIdKey
Auto Trait Implementations§
impl Freeze for AasSemIdKey
impl RefUnwindSafe for AasSemIdKey
impl Send for AasSemIdKey
impl Sync for AasSemIdKey
impl Unpin for AasSemIdKey
impl UnsafeUnpin for AasSemIdKey
impl UnwindSafe for AasSemIdKey
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