pub enum AasSubmodelElements {
Show 17 variants
AnnotatedRelationshipElement,
BasicEventElement,
Blob,
Capability,
DataElement,
Entity,
EventElement,
File,
MultiLanguageProperty,
Operation,
Property,
Range,
ReferenceElement,
RelationshipElement,
SubmodelElement,
SubmodelElementCollection,
SubmodelElementList,
}Variants§
AnnotatedRelationshipElement
BasicEventElement
Blob
Capability
DataElement
Entity
EventElement
File
MultiLanguageProperty
Operation
Property
Range
ReferenceElement
RelationshipElement
SubmodelElement
SubmodelElementCollection
SubmodelElementList
Trait Implementations§
Source§impl Clone for AasSubmodelElements
impl Clone for AasSubmodelElements
Source§fn clone(&self) -> AasSubmodelElements
fn clone(&self) -> AasSubmodelElements
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 AasSubmodelElements
impl Debug for AasSubmodelElements
Source§impl<'de> Deserialize<'de> for AasSubmodelElements
impl<'de> Deserialize<'de> for AasSubmodelElements
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 Display for AasSubmodelElements
impl Display for AasSubmodelElements
Source§impl FromStr for AasSubmodelElements
impl FromStr for AasSubmodelElements
Source§impl PartialEq for AasSubmodelElements
impl PartialEq for AasSubmodelElements
Source§impl Serialize for AasSubmodelElements
impl Serialize for AasSubmodelElements
Source§impl TryFrom<&str> for AasSubmodelElements
impl TryFrom<&str> for AasSubmodelElements
impl StructuralPartialEq for AasSubmodelElements
Auto Trait Implementations§
impl Freeze for AasSubmodelElements
impl RefUnwindSafe for AasSubmodelElements
impl Send for AasSubmodelElements
impl Sync for AasSubmodelElements
impl Unpin for AasSubmodelElements
impl UnwindSafe for AasSubmodelElements
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