pub struct RelationshipElement {
pub extensions: Option<Vec<Extension>>,
pub category: Option<String>,
pub id_short: Option<String>,
pub display_name: Option<Vec<LangString>>,
pub description: Option<Vec<LangString>>,
pub semantic_id: Option<Reference>,
pub supplemental_semantic_ids: Option<Vec<Reference>>,
pub qualifiers: Option<Vec<Qualifier>>,
pub embedded_data_specifications: Option<Vec<EmbeddedDataSpecification>>,
pub first: Reference,
pub second: Reference,
}Fields§
§extensions: Option<Vec<Extension>>§category: Option<String>§id_short: Option<String>§display_name: Option<Vec<LangString>>§description: Option<Vec<LangString>>§semantic_id: Option<Reference>§supplemental_semantic_ids: Option<Vec<Reference>>§qualifiers: Option<Vec<Qualifier>>§embedded_data_specifications: Option<Vec<EmbeddedDataSpecification>>§first: Reference§second: ReferenceImplementations§
Trait Implementations§
Source§impl Clone for RelationshipElement
impl Clone for RelationshipElement
Source§fn clone(&self) -> RelationshipElement
fn clone(&self) -> RelationshipElement
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 RelationshipElement
impl Debug for RelationshipElement
Source§impl<'de> Deserialize<'de> for RelationshipElement
impl<'de> Deserialize<'de> for RelationshipElement
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 RelationshipElement
impl PartialEq for RelationshipElement
Source§impl Serialize for RelationshipElement
impl Serialize for RelationshipElement
impl StructuralPartialEq for RelationshipElement
Auto Trait Implementations§
impl Freeze for RelationshipElement
impl RefUnwindSafe for RelationshipElement
impl Send for RelationshipElement
impl Sync for RelationshipElement
impl Unpin for RelationshipElement
impl UnwindSafe for RelationshipElement
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