pub struct PropertyDefinitionRelationship {
pub name: String,
pub description: String,
pub relating_property_definition: PropertyDefinitionRef,
pub related_property_definition: PropertyDefinitionRef,
}Fields§
§name: String§description: String§relating_property_definition: PropertyDefinitionRefTrait Implementations§
Source§impl Clone for PropertyDefinitionRelationship
impl Clone for PropertyDefinitionRelationship
Source§fn clone(&self) -> PropertyDefinitionRelationship
fn clone(&self) -> PropertyDefinitionRelationship
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 PartialEq for PropertyDefinitionRelationship
impl PartialEq for PropertyDefinitionRelationship
Source§fn eq(&self, other: &PropertyDefinitionRelationship) -> bool
fn eq(&self, other: &PropertyDefinitionRelationship) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PropertyDefinitionRelationship
Auto Trait Implementations§
impl Freeze for PropertyDefinitionRelationship
impl RefUnwindSafe for PropertyDefinitionRelationship
impl Send for PropertyDefinitionRelationship
impl Sync for PropertyDefinitionRelationship
impl Unpin for PropertyDefinitionRelationship
impl UnsafeUnpin for PropertyDefinitionRelationship
impl UnwindSafe for PropertyDefinitionRelationship
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