pub struct TableShape { /* private fields */ }Trait Implementations§
Source§impl Clone for TableShape
impl Clone for TableShape
Source§fn clone(&self) -> TableShape
fn clone(&self) -> TableShape
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TableShape
Source§impl Debug for TableShape
impl Debug for TableShape
Source§impl Default for TableShape
impl Default for TableShape
Source§fn default() -> TableShape
fn default() -> TableShape
Returns the “default value” for a type. Read more
Source§impl DenseDefault for TableShape
impl DenseDefault for TableShape
fn dense_default() -> Self
impl Eq for TableShape
Source§impl Hash for TableShape
impl Hash for TableShape
Source§impl PartialEq for TableShape
impl PartialEq for TableShape
Source§fn eq(&self, other: &TableShape) -> bool
fn eq(&self, other: &TableShape) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TableShape
Auto Trait Implementations§
impl Freeze for TableShape
impl RefUnwindSafe for TableShape
impl Send for TableShape
impl Sync for TableShape
impl Unpin for TableShape
impl UnsafeUnpin for TableShape
impl UnwindSafe for TableShape
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