Struct indradb::EdgeMetadata [−][src]
Represents edge metadata.
Fields
key: EdgeKey
The key to the edge.
value: JsonValue
The metadata value.
Methods
impl EdgeMetadata[src]
impl EdgeMetadataTrait Implementations
impl Clone for EdgeMetadata[src]
impl Clone for EdgeMetadatafn clone(&self) -> EdgeMetadata[src]
fn clone(&self) -> EdgeMetadataReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for EdgeMetadata[src]
impl Debug for EdgeMetadatafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for EdgeMetadata[src]
impl PartialEq for EdgeMetadatafn eq(&self, other: &EdgeMetadata) -> bool[src]
fn eq(&self, other: &EdgeMetadata) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EdgeMetadata) -> bool[src]
fn ne(&self, other: &EdgeMetadata) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for EdgeMetadata
impl Send for EdgeMetadataimpl Sync for EdgeMetadata
impl Sync for EdgeMetadata