pub struct TableShapeHash;Implementations§
Source§impl TableShapeHash
impl TableShapeHash
pub fn operator_call(&self, v: &TableShape) -> usize
Trait Implementations§
Source§impl Clone for TableShapeHash
impl Clone for TableShapeHash
Source§fn clone(&self) -> TableShapeHash
fn clone(&self) -> TableShapeHash
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 TableShapeHash
Source§impl Debug for TableShapeHash
impl Debug for TableShapeHash
Source§impl Default for TableShapeHash
impl Default for TableShapeHash
Source§fn default() -> TableShapeHash
fn default() -> TableShapeHash
Returns the “default value” for a type. Read more
impl Eq for TableShapeHash
Source§impl Hash for TableShapeHash
impl Hash for TableShapeHash
Source§impl PartialEq for TableShapeHash
impl PartialEq for TableShapeHash
Source§fn eq(&self, other: &TableShapeHash) -> bool
fn eq(&self, other: &TableShapeHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TableShapeHash
Auto Trait Implementations§
impl Freeze for TableShapeHash
impl RefUnwindSafe for TableShapeHash
impl Send for TableShapeHash
impl Sync for TableShapeHash
impl Unpin for TableShapeHash
impl UnsafeUnpin for TableShapeHash
impl UnwindSafe for TableShapeHash
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