pub struct Location { /* private fields */ }Implementations§
Source§impl Location
impl Location
pub fn get_reference(&self) -> &str
pub fn set_reference<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_first_header_row(&self) -> &u32
pub fn set_first_header_row(&mut self, value: u32) -> &mut Self
pub fn get_first_data_row(&self) -> &u32
pub fn set_first_data_row(&mut self, value: u32) -> &mut Self
pub fn get_first_data_col(&self) -> &u32
pub fn set_first_data_col(&mut self, value: u32) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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