Enum ironcalc_base::expressions::token::TableSpecifier
source · pub enum TableSpecifier {
All,
Data,
Headers,
ThisRow,
Totals,
}Variants§
Trait Implementations§
source§impl Clone for TableSpecifier
impl Clone for TableSpecifier
source§fn clone(&self) -> TableSpecifier
fn clone(&self) -> TableSpecifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TableSpecifier
impl Debug for TableSpecifier
source§impl PartialEq for TableSpecifier
impl PartialEq for TableSpecifier
source§fn eq(&self, other: &TableSpecifier) -> bool
fn eq(&self, other: &TableSpecifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TableSpecifier
Auto Trait Implementations§
impl RefUnwindSafe for TableSpecifier
impl Send for TableSpecifier
impl Sync for TableSpecifier
impl Unpin for TableSpecifier
impl UnwindSafe for TableSpecifier
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