Struct indradb::EdgeProperties
source · pub struct EdgeProperties {
pub edge: Edge,
pub props: Vec<NamedProperty>,
}Expand description
An edge with properties.
Fields§
§edge: EdgeThe edge.
props: Vec<NamedProperty>All of the edge’s properties.
Implementations§
Trait Implementations§
source§impl Clone for EdgeProperties
impl Clone for EdgeProperties
source§fn clone(&self) -> EdgeProperties
fn clone(&self) -> EdgeProperties
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 EdgeProperties
impl Debug for EdgeProperties
source§impl PartialEq<EdgeProperties> for EdgeProperties
impl PartialEq<EdgeProperties> for EdgeProperties
source§fn eq(&self, other: &EdgeProperties) -> bool
fn eq(&self, other: &EdgeProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.