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