pub struct GraphTableIndexEntry {
pub node_id: String,
pub table_ref: GraphTableRef,
}Fields§
§node_id: String§table_ref: GraphTableRefTrait Implementations§
Source§impl Clone for GraphTableIndexEntry
impl Clone for GraphTableIndexEntry
Source§fn clone(&self) -> GraphTableIndexEntry
fn clone(&self) -> GraphTableIndexEntry
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 moreSource§impl Debug for GraphTableIndexEntry
impl Debug for GraphTableIndexEntry
impl Eq for GraphTableIndexEntry
Source§impl PartialEq for GraphTableIndexEntry
impl PartialEq for GraphTableIndexEntry
Source§fn eq(&self, other: &GraphTableIndexEntry) -> bool
fn eq(&self, other: &GraphTableIndexEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphTableIndexEntry
Auto Trait Implementations§
impl Freeze for GraphTableIndexEntry
impl RefUnwindSafe for GraphTableIndexEntry
impl Send for GraphTableIndexEntry
impl Sync for GraphTableIndexEntry
impl Unpin for GraphTableIndexEntry
impl UnsafeUnpin for GraphTableIndexEntry
impl UnwindSafe for GraphTableIndexEntry
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