pub struct SheetProtection { /* private fields */ }
Implementations§
Source§impl SheetProtection
impl SheetProtection
pub fn get_algorithm_name(&self) -> &str
pub fn set_algorithm_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_hash_value(&self) -> &str
pub fn set_hash_value<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_salt_value(&self) -> &str
pub fn set_salt_value<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_spin_count(&self) -> &u32
pub fn set_spin_count(&mut self, value: u32) -> &mut Self
pub fn get_password_raw(&self) -> &str
pub fn set_password_raw<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn remove_password_raw(&mut self) -> &mut Self
pub fn get_sheet(&self) -> &bool
pub fn set_sheet(&mut self, value: bool) -> &mut Self
pub fn get_objects(&self) -> &bool
pub fn set_objects(&mut self, value: bool) -> &mut Self
pub fn get_delete_rows(&self) -> &bool
pub fn set_delete_rows(&mut self, value: bool) -> &mut Self
pub fn get_insert_columns(&self) -> &bool
pub fn set_insert_columns(&mut self, value: bool) -> &mut Self
pub fn get_delete_columns(&self) -> &bool
pub fn set_delete_columns(&mut self, value: bool) -> &mut Self
pub fn get_insert_hyperlinks(&self) -> &bool
pub fn set_insert_hyperlinks(&mut self, value: bool) -> &mut Self
pub fn get_auto_filter(&self) -> &bool
pub fn set_auto_filter(&mut self, value: bool) -> &mut Self
pub fn get_scenarios(&self) -> &bool
pub fn set_scenarios(&mut self, value: bool) -> &mut Self
pub fn get_format_cells(&self) -> &bool
pub fn set_format_cells(&mut self, value: bool) -> &mut Self
pub fn get_format_columns(&self) -> &bool
pub fn set_format_columns(&mut self, value: bool) -> &mut Self
pub fn get_insert_rows(&self) -> &bool
pub fn set_insert_rows(&mut self, value: bool) -> &mut Self
pub fn get_format_rows(&self) -> &bool
pub fn set_format_rows(&mut self, value: bool) -> &mut Self
pub fn get_pivot_tables(&self) -> &bool
pub fn set_pivot_tables(&mut self, value: bool) -> &mut Self
pub fn get_select_locked_cells(&self) -> &bool
pub fn set_select_locked_cells(&mut self, value: bool) -> &mut Self
pub fn get_select_unlocked_cells(&self) -> &bool
pub fn set_select_unlocked_cells(&mut self, value: bool) -> &mut Self
pub fn get_sort(&self) -> &bool
pub fn set_sort(&mut self, value: bool) -> &mut Self
pub fn set_password(&mut self, password: &str) -> &mut Self
Trait Implementations§
Source§impl Clone for SheetProtection
impl Clone for SheetProtection
Source§fn clone(&self) -> SheetProtection
fn clone(&self) -> SheetProtection
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 SheetProtection
impl Debug for SheetProtection
Source§impl Default for SheetProtection
impl Default for SheetProtection
Source§fn default() -> SheetProtection
fn default() -> SheetProtection
Returns the “default value” for a type. Read more
Source§impl PartialEq for SheetProtection
impl PartialEq for SheetProtection
Source§impl PartialOrd for SheetProtection
impl PartialOrd for SheetProtection
impl StructuralPartialEq for SheetProtection
Auto Trait Implementations§
impl Freeze for SheetProtection
impl RefUnwindSafe for SheetProtection
impl Send for SheetProtection
impl Sync for SheetProtection
impl Unpin for SheetProtection
impl UnwindSafe for SheetProtection
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