Struct indradb::EdgeProperty
source · Expand description
Represents an edge property.
Fields§
§key: EdgeKeyThe key to the edge.
value: ValueThe property value.
Implementations§
Trait Implementations§
source§impl Clone for EdgeProperty
impl Clone for EdgeProperty
source§fn clone(&self) -> EdgeProperty
fn clone(&self) -> EdgeProperty
Returns a copy 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 EdgeProperty
impl Debug for EdgeProperty
source§impl PartialEq<EdgeProperty> for EdgeProperty
impl PartialEq<EdgeProperty> for EdgeProperty
source§fn eq(&self, other: &EdgeProperty) -> bool
fn eq(&self, other: &EdgeProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.