pub struct WorkbookProtection { /* private fields */ }Implementations§
Source§impl WorkbookProtection
impl WorkbookProtection
pub fn get_workbook_algorithm_name(&self) -> &str
pub fn set_workbook_algorithm_name<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn get_workbook_hash_value(&self) -> &str
pub fn set_workbook_hash_value<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn get_workbook_salt_value(&self) -> &str
pub fn set_workbook_salt_value<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn get_workbook_spin_count(&self) -> &u32
pub fn set_workbook_spin_count(&mut self, value: u32) -> &mut Self
pub fn get_workbook_password_raw(&self) -> &str
pub fn set_workbook_password_raw<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn remove_workbook_password_raw(&mut self) -> &mut Self
pub fn get_revisions_algorithm_name(&self) -> &str
pub fn set_revisions_algorithm_name<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn get_revisions_hash_value(&self) -> &str
pub fn set_revisions_hash_value<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn get_revisions_salt_value(&self) -> &str
pub fn set_revisions_salt_value<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn get_revisions_spin_count(&self) -> &u32
pub fn set_revisions_spin_count(&mut self, value: u32) -> &mut Self
pub fn get_revisions_password_raw(&self) -> &str
pub fn set_revisions_password_raw<S: Into<String>>( &mut self, value: S, ) -> &mut Self
pub fn remove_revisions_password_raw(&mut self) -> &mut Self
pub fn get_lock_revision(&self) -> &bool
pub fn set_lock_revision(&mut self, value: bool) -> &mut Self
pub fn get_lock_structure(&self) -> &bool
pub fn set_lock_structure(&mut self, value: bool) -> &mut Self
pub fn get_lock_windows(&self) -> &bool
pub fn set_lock_windows(&mut self, value: bool) -> &mut Self
pub fn set_workbook_password(&mut self, password: &str) -> &mut Self
pub fn set_revisions_password(&mut self, password: &str) -> &mut Self
Trait Implementations§
Source§impl Clone for WorkbookProtection
impl Clone for WorkbookProtection
Source§fn clone(&self) -> WorkbookProtection
fn clone(&self) -> WorkbookProtection
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 WorkbookProtection
impl Debug for WorkbookProtection
Source§impl Default for WorkbookProtection
impl Default for WorkbookProtection
Source§fn default() -> WorkbookProtection
fn default() -> WorkbookProtection
Returns the “default value” for a type. Read more
Source§impl PartialEq for WorkbookProtection
impl PartialEq for WorkbookProtection
Source§impl PartialOrd for WorkbookProtection
impl PartialOrd for WorkbookProtection
impl StructuralPartialEq for WorkbookProtection
Auto Trait Implementations§
impl Freeze for WorkbookProtection
impl RefUnwindSafe for WorkbookProtection
impl Send for WorkbookProtection
impl Sync for WorkbookProtection
impl Unpin for WorkbookProtection
impl UnwindSafe for WorkbookProtection
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