pub struct AttributeValueForRelation {
pub name: String,
pub details: AttributeValueForRelationType,
}Expand description
An attribute attached to the relation between a node and a signal
Fields§
§name: String§details: AttributeValueForRelationTypeTrait Implementations§
Source§impl Clone for AttributeValueForRelation
impl Clone for AttributeValueForRelation
Source§fn clone(&self) -> AttributeValueForRelation
fn clone(&self) -> AttributeValueForRelation
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 AttributeValueForRelation
impl Debug for AttributeValueForRelation
Source§impl<'de> Deserialize<'de> for AttributeValueForRelation
impl<'de> Deserialize<'de> for AttributeValueForRelation
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
impl StructuralPartialEq for AttributeValueForRelation
Auto Trait Implementations§
impl Freeze for AttributeValueForRelation
impl RefUnwindSafe for AttributeValueForRelation
impl Send for AttributeValueForRelation
impl Sync for AttributeValueForRelation
impl Unpin for AttributeValueForRelation
impl UnwindSafe for AttributeValueForRelation
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