pub struct TableDimensions {
pub row_count: usize,
pub column_count: usize,
}Fields§
§row_count: usize§column_count: usizeImplementations§
Trait Implementations§
Source§impl Clone for TableDimensions
impl Clone for TableDimensions
Source§fn clone(&self) -> TableDimensions
fn clone(&self) -> TableDimensions
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 TableDimensions
impl Debug for TableDimensions
Source§impl Default for TableDimensions
impl Default for TableDimensions
Source§fn default() -> TableDimensions
fn default() -> TableDimensions
Returns the “default value” for a type. Read more
Source§impl Hash for TableDimensions
impl Hash for TableDimensions
Source§impl Ord for TableDimensions
impl Ord for TableDimensions
Source§fn cmp(&self, other: &TableDimensions) -> Ordering
fn cmp(&self, other: &TableDimensions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TableDimensions
impl PartialEq for TableDimensions
Source§impl PartialOrd for TableDimensions
impl PartialOrd for TableDimensions
impl Copy for TableDimensions
impl Eq for TableDimensions
impl StructuralPartialEq for TableDimensions
Auto Trait Implementations§
impl Freeze for TableDimensions
impl RefUnwindSafe for TableDimensions
impl Send for TableDimensions
impl Sync for TableDimensions
impl Unpin for TableDimensions
impl UnwindSafe for TableDimensions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.