Struct indradb::EdgeProperty
source · Expand description
Represents an edge property.
Fields
key: EdgeKeyThe key to the edge.
value: JsonValueThe property value.
Implementations
Trait Implementations
sourceimpl Clone for EdgeProperty
impl Clone for EdgeProperty
sourcefn clone(&self) -> EdgeProperty
fn clone(&self) -> EdgeProperty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EdgeProperty
impl Debug for EdgeProperty
sourceimpl<'de> Deserialize<'de> for EdgeProperty
impl<'de> Deserialize<'de> for EdgeProperty
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<EdgeProperty> for EdgeProperty
impl PartialEq<EdgeProperty> for EdgeProperty
sourcefn eq(&self, other: &EdgeProperty) -> bool
fn eq(&self, other: &EdgeProperty) -> bool
sourceimpl Serialize for EdgeProperty
impl Serialize for EdgeProperty
impl StructuralPartialEq for EdgeProperty
Auto Trait Implementations
impl RefUnwindSafe for EdgeProperty
impl Send for EdgeProperty
impl Sync for EdgeProperty
impl Unpin for EdgeProperty
impl UnwindSafe for EdgeProperty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more