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