pub enum RowExcludeFlags {
LinkInFromCellDetails,
LinkOutToCellDetails,
NonExistentCells,
}
Expand description
Ref: https://smartsheet-platform.github.io/api-docs/#row-cells
Variants§
LinkInFromCellDetails
excludes the following attributes from the cell.linkInFromCell object:
- columnId
- rowId
- status
LinkOutToCellDetails
excludes the following attributes from the cell.linksOutToCells object:
- columnId
- rowId
- status
NonExistentCells
excludes cells that have never contained any data
Trait Implementations§
Source§impl Debug for RowExcludeFlags
impl Debug for RowExcludeFlags
Auto Trait Implementations§
impl Freeze for RowExcludeFlags
impl RefUnwindSafe for RowExcludeFlags
impl Send for RowExcludeFlags
impl Sync for RowExcludeFlags
impl Unpin for RowExcludeFlags
impl UnwindSafe for RowExcludeFlags
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