pub enum TableConstantKind {
ConstantTable,
ConstantOther,
NotConstant,
}Variants§
Trait Implementations§
Source§impl Clone for TableConstantKind
impl Clone for TableConstantKind
Source§fn clone(&self) -> TableConstantKind
fn clone(&self) -> TableConstantKind
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 TableConstantKind
Source§impl Debug for TableConstantKind
impl Debug for TableConstantKind
Source§impl Default for TableConstantKind
impl Default for TableConstantKind
Source§impl DenseDefault for TableConstantKind
impl DenseDefault for TableConstantKind
fn dense_default() -> Self
impl Eq for TableConstantKind
Source§impl Hash for TableConstantKind
impl Hash for TableConstantKind
Source§impl PartialEq for TableConstantKind
impl PartialEq for TableConstantKind
Source§fn eq(&self, other: &TableConstantKind) -> bool
fn eq(&self, other: &TableConstantKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TableConstantKind
Auto Trait Implementations§
impl Freeze for TableConstantKind
impl RefUnwindSafe for TableConstantKind
impl Send for TableConstantKind
impl Sync for TableConstantKind
impl Unpin for TableConstantKind
impl UnsafeUnpin for TableConstantKind
impl UnwindSafe for TableConstantKind
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