pub struct PostingToGraphAdapter;Expand description
Attach a shared vertex-context side table to every posting entry.
This adapter does not invent graph edges, so it has no edge-label option.
Implementations§
Trait Implementations§
Source§impl Clone for PostingToGraphAdapter
impl Clone for PostingToGraphAdapter
Source§fn clone(&self) -> PostingToGraphAdapter
fn clone(&self) -> PostingToGraphAdapter
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 moreimpl Copy for PostingToGraphAdapter
Source§impl Debug for PostingToGraphAdapter
impl Debug for PostingToGraphAdapter
Source§impl Default for PostingToGraphAdapter
impl Default for PostingToGraphAdapter
Source§fn default() -> PostingToGraphAdapter
fn default() -> PostingToGraphAdapter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PostingToGraphAdapter
impl RefUnwindSafe for PostingToGraphAdapter
impl Send for PostingToGraphAdapter
impl Sync for PostingToGraphAdapter
impl Unpin for PostingToGraphAdapter
impl UnsafeUnpin for PostingToGraphAdapter
impl UnwindSafe for PostingToGraphAdapter
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