[][src]Struct graph_rs_types::complextypes::WorkbookWorksheetProtectionOptions

pub struct WorkbookWorksheetProtectionOptions {
    pub allow_auto_filter: bool,
    pub allow_delete_columns: bool,
    pub allow_delete_rows: bool,
    pub allow_format_cells: bool,
    pub allow_format_columns: bool,
    pub allow_format_rows: bool,
    pub allow_insert_columns: bool,
    pub allow_insert_hyperlinks: bool,
    pub allow_insert_rows: bool,
    pub allow_pivot_tables: bool,
    pub allow_sort: bool,
}

Fields

allow_auto_filter: boolallow_delete_columns: boolallow_delete_rows: boolallow_format_cells: boolallow_format_columns: boolallow_format_rows: boolallow_insert_columns: boolallow_insert_hyperlinks: boolallow_insert_rows: boolallow_pivot_tables: boolallow_sort: bool

Trait Implementations

impl Eq for WorkbookWorksheetProtectionOptions[src]

impl Clone for WorkbookWorksheetProtectionOptions[src]

impl PartialEq<WorkbookWorksheetProtectionOptions> for WorkbookWorksheetProtectionOptions[src]

impl Debug for WorkbookWorksheetProtectionOptions[src]

impl Serialize for WorkbookWorksheetProtectionOptions[src]

impl<'de> Deserialize<'de> for WorkbookWorksheetProtectionOptions[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]