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