pub struct GraphProjectionSpec { /* private fields */ }Expand description
A binary graph-projection declaration over a set of relation types.
§Performance
Cloning is O(relation-type count + name lengths).
Trait Implementations§
Source§impl Clone for GraphProjectionSpec
impl Clone for GraphProjectionSpec
Source§fn clone(&self) -> GraphProjectionSpec
fn clone(&self) -> GraphProjectionSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GraphProjectionSpec
impl RefUnwindSafe for GraphProjectionSpec
impl Send for GraphProjectionSpec
impl Sync for GraphProjectionSpec
impl Unpin for GraphProjectionSpec
impl UnsafeUnpin for GraphProjectionSpec
impl UnwindSafe for GraphProjectionSpec
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