Struct indradb::VertexProperty
source · Expand description
Represents a vertex property.
Fields
id: UuidThe id of the vertex
value: JsonValueThe property value.
Implementations
Trait Implementations
sourceimpl Clone for VertexProperty
impl Clone for VertexProperty
sourcefn clone(&self) -> VertexProperty
fn clone(&self) -> VertexProperty
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 VertexProperty
impl Debug for VertexProperty
sourceimpl<'de> Deserialize<'de> for VertexProperty
impl<'de> Deserialize<'de> for VertexProperty
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<VertexProperty> for VertexProperty
impl PartialEq<VertexProperty> for VertexProperty
sourcefn eq(&self, other: &VertexProperty) -> bool
fn eq(&self, other: &VertexProperty) -> bool
sourceimpl Serialize for VertexProperty
impl Serialize for VertexProperty
impl StructuralPartialEq for VertexProperty
Auto Trait Implementations
impl RefUnwindSafe for VertexProperty
impl Send for VertexProperty
impl Sync for VertexProperty
impl Unpin for VertexProperty
impl UnwindSafe for VertexProperty
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