Enum spreadsheet_ods::SplitMode
source · pub enum SplitMode {
None = 0,
Split = 1,
Heading = 2,
}Expand description
There are two ways a sheet can be split. There are fixed column/row header like splits, and there is a moveable split.
Variants§
Trait Implementations§
impl Copy for SplitMode
Auto Trait Implementations§
impl RefUnwindSafe for SplitMode
impl Send for SplitMode
impl Sync for SplitMode
impl Unpin for SplitMode
impl UnwindSafe for SplitMode
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