Struct spreadsheet_ods::Grouped
source · pub struct Grouped {
pub from: u32,
pub to: u32,
pub display: bool,
}Expand description
Describes a row/column group.
Fields§
§from: u32Inclusive from row/col.
to: u32Inclusive to row/col.
display: boolVisible/Collapsed state.
Implementations§
Trait Implementations§
source§impl PartialEq for Grouped
impl PartialEq for Grouped
impl StructuralPartialEq for Grouped
Auto Trait Implementations§
impl RefUnwindSafe for Grouped
impl Send for Grouped
impl Sync for Grouped
impl Unpin for Grouped
impl UnwindSafe for Grouped
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