pub struct EdgePointIndexSpec {
pub edge_type: String,
pub property: String,
}Expand description
Relationship-scope analogue of PointIndexSpec. Same
single-property shape; the index lives under a separate CF so
node and edge spatial entries can’t alias and the two can be
dropped independently.
Fields§
§edge_type: String§property: StringTrait Implementations§
Source§impl Clone for EdgePointIndexSpec
impl Clone for EdgePointIndexSpec
Source§fn clone(&self) -> EdgePointIndexSpec
fn clone(&self) -> EdgePointIndexSpec
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 EdgePointIndexSpec
impl Debug for EdgePointIndexSpec
Source§impl Hash for EdgePointIndexSpec
impl Hash for EdgePointIndexSpec
Source§impl PartialEq for EdgePointIndexSpec
impl PartialEq for EdgePointIndexSpec
impl Eq for EdgePointIndexSpec
impl StructuralPartialEq for EdgePointIndexSpec
Auto Trait Implementations§
impl Freeze for EdgePointIndexSpec
impl RefUnwindSafe for EdgePointIndexSpec
impl Send for EdgePointIndexSpec
impl Sync for EdgePointIndexSpec
impl Unpin for EdgePointIndexSpec
impl UnsafeUnpin for EdgePointIndexSpec
impl UnwindSafe for EdgePointIndexSpec
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