pub struct EdgePropertyIndexSpec {
pub edge_type: String,
pub properties: Vec<String>,
}Expand description
Relationship-scope analogue of PropertyIndexSpec. Same
properties: Vec<String> shape, same composite semantics, same
byte-level on-disk compatibility for length-1 entries.
Fields§
§edge_type: String§properties: Vec<String>Trait Implementations§
Source§impl Clone for EdgePropertyIndexSpec
impl Clone for EdgePropertyIndexSpec
Source§fn clone(&self) -> EdgePropertyIndexSpec
fn clone(&self) -> EdgePropertyIndexSpec
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 EdgePropertyIndexSpec
impl Debug for EdgePropertyIndexSpec
Source§impl Hash for EdgePropertyIndexSpec
impl Hash for EdgePropertyIndexSpec
Source§impl PartialEq for EdgePropertyIndexSpec
impl PartialEq for EdgePropertyIndexSpec
impl Eq for EdgePropertyIndexSpec
impl StructuralPartialEq for EdgePropertyIndexSpec
Auto Trait Implementations§
impl Freeze for EdgePropertyIndexSpec
impl RefUnwindSafe for EdgePropertyIndexSpec
impl Send for EdgePropertyIndexSpec
impl Sync for EdgePropertyIndexSpec
impl Unpin for EdgePropertyIndexSpec
impl UnsafeUnpin for EdgePropertyIndexSpec
impl UnwindSafe for EdgePropertyIndexSpec
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