pub struct TableShapeEntry {
pub key: ConstantIndex,
pub value: Option<PackedTableValue>,
}Fields§
§key: ConstantIndex§value: Option<PackedTableValue>Trait Implementations§
Source§impl Clone for TableShapeEntry
impl Clone for TableShapeEntry
Source§fn clone(&self) -> TableShapeEntry
fn clone(&self) -> TableShapeEntry
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 TableShapeEntry
Source§impl Debug for TableShapeEntry
impl Debug for TableShapeEntry
Source§impl Default for TableShapeEntry
impl Default for TableShapeEntry
Source§fn default() -> TableShapeEntry
fn default() -> TableShapeEntry
Returns the “default value” for a type. Read more
impl Eq for TableShapeEntry
Source§impl Hash for TableShapeEntry
impl Hash for TableShapeEntry
Source§impl PartialEq for TableShapeEntry
impl PartialEq for TableShapeEntry
impl StructuralPartialEq for TableShapeEntry
Auto Trait Implementations§
impl Freeze for TableShapeEntry
impl RefUnwindSafe for TableShapeEntry
impl Send for TableShapeEntry
impl Sync for TableShapeEntry
impl Unpin for TableShapeEntry
impl UnsafeUnpin for TableShapeEntry
impl UnwindSafe for TableShapeEntry
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