Struct ironcalc_base::calc_result::CellReference
source · pub struct CellReference {
pub sheet: u32,
pub column: i32,
pub row: i32,
}Fields§
§sheet: u32§column: i32§row: i32Trait Implementations§
source§impl Clone for CellReference
impl Clone for CellReference
source§fn clone(&self) -> CellReference
fn clone(&self) -> CellReference
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CellReference
impl Debug for CellReference
source§impl PartialEq for CellReference
impl PartialEq for CellReference
source§fn eq(&self, other: &CellReference) -> bool
fn eq(&self, other: &CellReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CellReference
impl Eq for CellReference
impl StructuralEq for CellReference
impl StructuralPartialEq for CellReference
Auto Trait Implementations§
impl RefUnwindSafe for CellReference
impl Send for CellReference
impl Sync for CellReference
impl Unpin for CellReference
impl UnwindSafe for CellReference
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