pub struct TableGroupCols(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for TableGroupCols
impl Clone for TableGroupCols
Source§fn clone(&self) -> TableGroupCols
fn clone(&self) -> TableGroupCols
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TableGroupCols
impl Debug for TableGroupCols
Source§impl Default for TableGroupCols
impl Default for TableGroupCols
Source§fn default() -> TableGroupCols
fn default() -> TableGroupCols
Returns the “default value” for a type. Read more
Source§impl Hash for TableGroupCols
impl Hash for TableGroupCols
Source§impl PartialEq for TableGroupCols
impl PartialEq for TableGroupCols
Source§impl Serialize for TableGroupCols
impl Serialize for TableGroupCols
impl Eq for TableGroupCols
impl StructuralPartialEq for TableGroupCols
Auto Trait Implementations§
impl Freeze for TableGroupCols
impl RefUnwindSafe for TableGroupCols
impl Send for TableGroupCols
impl Sync for TableGroupCols
impl Unpin for TableGroupCols
impl UnwindSafe for TableGroupCols
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