pub enum TableOperationEnablement {
Always,
AtLeastOneFiltered,
AtLeastOneSelected,
OneSelected,
}Variants§
Trait Implementations§
Source§impl Clone for TableOperationEnablement
impl Clone for TableOperationEnablement
Source§fn clone(&self) -> TableOperationEnablement
fn clone(&self) -> TableOperationEnablement
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 TableOperationEnablement
Source§impl Debug for TableOperationEnablement
impl Debug for TableOperationEnablement
Source§impl Default for TableOperationEnablement
impl Default for TableOperationEnablement
Source§fn default() -> TableOperationEnablement
fn default() -> TableOperationEnablement
Returns the “default value” for a type. Read more
impl Eq for TableOperationEnablement
Source§impl PartialEq for TableOperationEnablement
impl PartialEq for TableOperationEnablement
Source§fn eq(&self, other: &TableOperationEnablement) -> bool
fn eq(&self, other: &TableOperationEnablement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TableOperationEnablement
Auto Trait Implementations§
impl Freeze for TableOperationEnablement
impl RefUnwindSafe for TableOperationEnablement
impl Send for TableOperationEnablement
impl Sync for TableOperationEnablement
impl Unpin for TableOperationEnablement
impl UnsafeUnpin for TableOperationEnablement
impl UnwindSafe for TableOperationEnablement
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