Struct indradb::EdgeMetadata
[−]
[src]
pub struct EdgeMetadata {
pub key: EdgeKey,
pub value: JsonValue,
}Represents edge metadata.
Fields
key: EdgeKey
The key to the edge.
value: JsonValue
The metadata value.
Methods
impl EdgeMetadata[src]
Trait Implementations
impl Clone for EdgeMetadata[src]
fn clone(&self) -> EdgeMetadata[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for EdgeMetadata[src]
impl PartialEq for EdgeMetadata[src]
fn eq(&self, __arg_0: &EdgeMetadata) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &EdgeMetadata) -> bool[src]
This method tests for !=.