pub struct ExcelRange { /* private fields */ }Implementations§
Source§impl ExcelRange
impl ExcelRange
pub const fn start_cell(&self) -> Option<CellReference>
pub const fn end_cell(&self) -> Option<CellReference>
pub const fn start_row_index(&self) -> Option<usize>
pub const fn end_row_index(&self) -> Option<usize>
pub const fn start_column_index(&self) -> Option<usize>
pub const fn end_column_index(&self) -> Option<usize>
pub const fn row_count(&self) -> usize
pub const fn column_count(&self) -> usize
Trait Implementations§
Source§impl Clone for ExcelRange
impl Clone for ExcelRange
Source§fn clone(&self) -> ExcelRange
fn clone(&self) -> ExcelRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExcelRange
Source§impl Debug for ExcelRange
impl Debug for ExcelRange
impl Eq for ExcelRange
Source§impl PartialEq for ExcelRange
impl PartialEq for ExcelRange
impl StructuralPartialEq for ExcelRange
Auto Trait Implementations§
impl Freeze for ExcelRange
impl RefUnwindSafe for ExcelRange
impl Send for ExcelRange
impl Sync for ExcelRange
impl Unpin for ExcelRange
impl UnsafeUnpin for ExcelRange
impl UnwindSafe for ExcelRange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.