pub struct TableGroupCols(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for TableGroupCols
impl Clone for TableGroupCols
Source§fn clone(&self) -> TableGroupCols
fn clone(&self) -> TableGroupCols
Returns a duplicate 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 JsonSchema for TableGroupCols
impl JsonSchema for TableGroupCols
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§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