pub struct DataValidation { /* private fields */ }Implementations§
Source§impl DataValidation
impl DataValidation
pub fn get_type(&self) -> &DataValidationValues
pub fn set_type(&mut self, value: DataValidationValues) -> &mut Self
pub fn get_operator(&self) -> &DataValidationOperatorValues
pub fn set_operator(&mut self, value: DataValidationOperatorValues) -> &mut Self
pub fn get_allow_blank(&self) -> &bool
pub fn set_allow_blank(&mut self, value: bool) -> &mut Self
pub fn get_show_input_message(&self) -> &bool
pub fn set_show_input_message(&mut self, value: bool) -> &mut Self
pub fn get_show_error_message(&self) -> &bool
pub fn set_show_error_message(&mut self, value: bool) -> &mut Self
pub fn get_prompt_title(&self) -> &str
pub fn set_prompt_title<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_error_title(&self) -> &str
pub fn set_error_title<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_error_message(&self) -> &str
pub fn set_error_message<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_prompt(&self) -> &str
pub fn set_prompt<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_sequence_of_references(&self) -> &SequenceOfReferences
pub fn get_sequence_of_references_mut(&mut self) -> &mut SequenceOfReferences
pub fn set_sequence_of_references( &mut self, value: SequenceOfReferences, ) -> &mut Self
pub fn get_formula1(&self) -> &str
pub fn set_formula1<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_formula2(&self) -> &str
pub fn set_formula2<S: Into<String>>(&mut self, value: S) -> &mut Self
Trait Implementations§
Source§impl Clone for DataValidation
impl Clone for DataValidation
Source§fn clone(&self) -> DataValidation
fn clone(&self) -> DataValidation
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 DataValidation
impl Debug for DataValidation
Source§impl Default for DataValidation
impl Default for DataValidation
Source§fn default() -> DataValidation
fn default() -> DataValidation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataValidation
impl RefUnwindSafe for DataValidation
impl Send for DataValidation
impl Sync for DataValidation
impl Unpin for DataValidation
impl UnwindSafe for DataValidation
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