pub enum SheetExcludeFlags {
Base(RowExcludeFlags),
FilteredOutRows,
}
Expand description
Get Sheet Exclude Flags are documented here: https://smartsheet-platform.github.io/api-docs/#get-sheet
Variants§
Base(RowExcludeFlags)
FilteredOutRows
Trait Implementations§
Source§impl Debug for SheetExcludeFlags
impl Debug for SheetExcludeFlags
Auto Trait Implementations§
impl Freeze for SheetExcludeFlags
impl RefUnwindSafe for SheetExcludeFlags
impl Send for SheetExcludeFlags
impl Sync for SheetExcludeFlags
impl Unpin for SheetExcludeFlags
impl UnwindSafe for SheetExcludeFlags
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