pub struct TableId(_);
Implementations§
Trait Implementations§
source§impl PartialEq<TableId> for TableId
impl PartialEq<TableId> for TableId
impl Copy for TableId
impl Eq for TableId
impl StructuralEq for TableId
impl StructuralPartialEq for TableId
Auto Trait Implementations§
impl RefUnwindSafe for TableId
impl Send for TableId
impl Sync for TableId
impl Unpin 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