Struct ironcalc_base::worksheet::WorksheetDimension
source · pub struct WorksheetDimension {
pub min_row: i32,
pub max_row: i32,
pub min_column: i32,
pub max_column: i32,
}Fields§
§min_row: i32§max_row: i32§min_column: i32§max_column: i32Trait Implementations§
source§impl Debug for WorksheetDimension
impl Debug for WorksheetDimension
source§impl PartialEq for WorksheetDimension
impl PartialEq for WorksheetDimension
source§fn eq(&self, other: &WorksheetDimension) -> bool
fn eq(&self, other: &WorksheetDimension) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for WorksheetDimension
impl StructuralEq for WorksheetDimension
impl StructuralPartialEq for WorksheetDimension
Auto Trait Implementations§
impl RefUnwindSafe for WorksheetDimension
impl Send for WorksheetDimension
impl Sync for WorksheetDimension
impl Unpin for WorksheetDimension
impl UnwindSafe for WorksheetDimension
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