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