pub struct EdgeProperty {
pub edge: Edge,
pub value: Json,
}
Expand description
Represents an edge property.
Fields§
§edge: Edge
The edge.
value: Json
The property value.
Implementations§
Trait Implementations§
Source§impl Clone for EdgeProperty
impl Clone for EdgeProperty
Source§fn clone(&self) -> EdgeProperty
fn clone(&self) -> EdgeProperty
Returns a duplicate 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 EdgeProperty
impl Debug for EdgeProperty
Source§impl PartialEq for EdgeProperty
impl PartialEq for EdgeProperty
impl StructuralPartialEq for EdgeProperty
Auto Trait Implementations§
impl Freeze for EdgeProperty
impl RefUnwindSafe for EdgeProperty
impl Send for EdgeProperty
impl Sync for EdgeProperty
impl Unpin for EdgeProperty
impl UnwindSafe for EdgeProperty
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more