[][src]Struct umya_spreadsheet::structs::fill::Fill

pub struct Fill { /* fields omitted */ }

Implementations

impl Fill[src]

pub const FILL_NONE: &'static str[src]

pub const FILL_SOLID: &'static str[src]

pub const FILL_GRADIENT_LINEAR: &'static str[src]

pub const FILL_GRADIENT_PATH: &'static str[src]

pub const FILL_PATTERN_DARKDOWN: &'static str[src]

pub const FILL_PATTERN_DARKGRAY: &'static str[src]

pub const FILL_PATTERN_DARKGRID: &'static str[src]

pub const FILL_PATTERN_DARKHORIZONTAL: &'static str[src]

pub const FILL_PATTERN_DARKTRELLIS: &'static str[src]

pub const FILL_PATTERN_DARKUP: &'static str[src]

pub const FILL_PATTERN_DARKVERTICAL: &'static str[src]

pub const FILL_PATTERN_GRAY0625: &'static str[src]

pub const FILL_PATTERN_GRAY125: &'static str[src]

pub const FILL_PATTERN_LIGHTDOWN: &'static str[src]

pub const FILL_PATTERN_LIGHTGRAY: &'static str[src]

pub const FILL_PATTERN_LIGHTGRID: &'static str[src]

pub const FILL_PATTERN_LIGHTHORIZONTAL: &'static str[src]

pub const FILL_PATTERN_LIGHTTRELLIS: &'static str[src]

pub const FILL_PATTERN_LIGHTUP: &'static str[src]

pub const FILL_PATTERN_LIGHTVERTICAL: &'static str[src]

pub const FILL_PATTERN_MEDIUMGRAY: &'static str[src]

pub fn get_fill_type(&self) -> &str[src]

pub fn get_start_color(&self) -> &Option<Color>[src]

pub fn get_start_color_mut(&mut self) -> &mut Color[src]

pub fn get_end_color(&self) -> &Option<Color>[src]

pub fn get_end_color_mut(&mut self) -> &mut Color[src]

Trait Implementations

impl Clone for Fill[src]

impl Debug for Fill[src]

impl Default for Fill[src]

Auto Trait Implementations

impl RefUnwindSafe for Fill

impl Send for Fill

impl Sync for Fill

impl Unpin for Fill

impl UnwindSafe for Fill

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.