pub struct CellFormula { /* private fields */ }Implementations§
Source§impl CellFormula
impl CellFormula
pub fn get_bx(&self) -> &bool
pub fn set_bx(&mut self, value: bool) -> &mut Self
pub fn get_data_table_2d(&self) -> &bool
pub fn set_data_table_2d(&mut self, value: bool) -> &mut Self
pub fn get_data_table_row(&self) -> &bool
pub fn set_data_table_row(&mut self, value: bool) -> &mut Self
pub fn get_formula_type(&self) -> &CellFormulaValues
pub fn set_formula_type(&mut self, value: CellFormulaValues)
pub fn get_input_1deleted(&self) -> &bool
pub fn set_input_1deleted(&mut self, value: bool) -> &mut Self
pub fn get_input_2deleted(&self) -> &bool
pub fn set_input_2deleted(&mut self, value: bool) -> &mut Self
pub fn get_r1(&self) -> &str
pub fn set_r1<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_r2(&self) -> &str
pub fn set_r2<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_reference(&self) -> &str
pub fn set_reference<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_text(&self) -> &str
pub fn set_text<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn set_text_view<S: Into<String>>(&mut self, value: S) -> &mut Self
Trait Implementations§
Source§impl Clone for CellFormula
impl Clone for CellFormula
Source§fn clone(&self) -> CellFormula
fn clone(&self) -> CellFormula
Returns a duplicate 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 CellFormula
impl Debug for CellFormula
Source§impl Default for CellFormula
impl Default for CellFormula
Source§fn default() -> CellFormula
fn default() -> CellFormula
Returns the “default value” for a type. Read more
Source§impl PartialEq for CellFormula
impl PartialEq for CellFormula
Source§impl PartialOrd for CellFormula
impl PartialOrd for CellFormula
impl StructuralPartialEq for CellFormula
Auto Trait Implementations§
impl Freeze for CellFormula
impl RefUnwindSafe for CellFormula
impl Send for CellFormula
impl Sync for CellFormula
impl Unpin for CellFormula
impl UnwindSafe for CellFormula
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