pub struct CharacteristicRelationship {
pub extensible: Extensible,
pub id: Option<String>,
pub relationship_type: Option<String>,
}Expand description
Characteristic Relationship
Fields§
§extensible: ExtensibleBase Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
id: Option<String>Unique identifier of the characteristic
relationship_type: Option<String>The type of relationship
Trait Implementations§
Source§impl Clone for CharacteristicRelationship
impl Clone for CharacteristicRelationship
Source§fn clone(&self) -> CharacteristicRelationship
fn clone(&self) -> CharacteristicRelationship
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 CharacteristicRelationship
impl Debug for CharacteristicRelationship
Source§impl Default for CharacteristicRelationship
impl Default for CharacteristicRelationship
Source§fn default() -> CharacteristicRelationship
fn default() -> CharacteristicRelationship
Returns the “default value” for a type. Read more
Source§impl Deref for CharacteristicRelationship
impl Deref for CharacteristicRelationship
Source§impl<'de> Deserialize<'de> for CharacteristicRelationship
impl<'de> Deserialize<'de> for CharacteristicRelationship
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 CharacteristicRelationship
impl Display for CharacteristicRelationship
Auto Trait Implementations§
impl Freeze for CharacteristicRelationship
impl RefUnwindSafe for CharacteristicRelationship
impl Send for CharacteristicRelationship
impl Sync for CharacteristicRelationship
impl Unpin for CharacteristicRelationship
impl UnsafeUnpin for CharacteristicRelationship
impl UnwindSafe for CharacteristicRelationship
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