pub struct TableItem { /* private fields */ }
Trait Implementations§
Source§impl Ord for TableItem
impl Ord for TableItem
Source§impl PartialOrd for TableItem
impl PartialOrd for TableItem
impl Eq for TableItem
impl StructuralPartialEq for TableItem
Auto Trait Implementations§
impl Freeze for TableItem
impl RefUnwindSafe for TableItem
impl Send for TableItem
impl Sync for TableItem
impl Unpin for TableItem
impl UnwindSafe for TableItem
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