pub struct TableId(/* private fields */);Expand description
Unique identifier for a table within the store.
Tables provide namespace isolation for keys. Different projections can use different tables to avoid key conflicts.
Implementations§
Trait Implementations§
Source§impl Ord for TableId
impl Ord for TableId
Source§impl PartialOrd for TableId
impl PartialOrd for TableId
impl Copy for TableId
impl Eq for TableId
impl StructuralPartialEq for TableId
Auto Trait Implementations§
impl Freeze for TableId
impl RefUnwindSafe for TableId
impl Send for TableId
impl Sync for TableId
impl Unpin for TableId
impl UnsafeUnpin for TableId
impl UnwindSafe for TableId
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