pub struct AasCollection {
pub id_short: String,
pub value: Vec<AasSubmodelElement>,
pub semantic_id: Option<AasSemId>,
}Expand description
An AAS SubmodelElementCollection — a named group of elements.
Fields§
§id_short: String§value: Vec<AasSubmodelElement>§semantic_id: Option<AasSemId>Trait Implementations§
Source§impl Clone for AasCollection
impl Clone for AasCollection
Source§fn clone(&self) -> AasCollection
fn clone(&self) -> AasCollection
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 AasCollection
impl Debug for AasCollection
Source§impl<'de> Deserialize<'de> for AasCollection
impl<'de> Deserialize<'de> for AasCollection
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 AasCollection
impl PartialEq for AasCollection
Source§impl Serialize for AasCollection
impl Serialize for AasCollection
impl StructuralPartialEq for AasCollection
Auto Trait Implementations§
impl Freeze for AasCollection
impl RefUnwindSafe for AasCollection
impl Send for AasCollection
impl Sync for AasCollection
impl Unpin for AasCollection
impl UnsafeUnpin for AasCollection
impl UnwindSafe for AasCollection
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