[][src]Struct xlsxwriter::Protection

pub struct Protection {
    pub no_select_locked_cells: bool,
    pub no_select_unlocked_cells: bool,
    pub format_cells: bool,
    pub format_columns: bool,
    pub format_rows: bool,
    pub insert_columns: bool,
    pub insert_rows: bool,
    pub insert_hyperlinks: bool,
    pub delete_columns: bool,
    pub delete_rows: bool,
    pub sort: bool,
    pub autofilter: bool,
    pub pivot_tables: bool,
    pub scenarios: bool,
    pub objects: bool,
    pub no_content: bool,
    pub no_objects: bool,
}

Fields

no_select_locked_cells: boolno_select_unlocked_cells: boolformat_cells: boolformat_columns: boolformat_rows: boolinsert_columns: boolinsert_rows: boolinsert_hyperlinks: booldelete_columns: booldelete_rows: boolsort: boolautofilter: boolpivot_tables: boolscenarios: boolobjects: boolno_content: boolno_objects: bool

Methods

impl Protection[src]

pub fn new() -> Protection[src]

Trait Implementations

impl<'_> Into<lxw_protection> for &'_ Protection[src]

impl Clone for Protection[src]

impl Copy for Protection[src]

impl Default for Protection[src]

impl PartialEq<Protection> for Protection[src]

impl PartialOrd<Protection> for Protection[src]

impl Debug for Protection[src]

impl StructuralPartialEq for Protection[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]