[][src]Struct umya_spreadsheet::structs::number_format::NumberFormat

pub struct NumberFormat { /* fields omitted */ }

Implementations

impl NumberFormat[src]

pub const FORMAT_GENERAL: &'static str[src]

pub const FORMAT_TEXT: &'static str[src]

pub const FORMAT_NUMBER: &'static str[src]

pub const FORMAT_NUMBER_00: &'static str[src]

pub const FORMAT_NUMBER_COMMA_SEPARATED1: &'static str[src]

pub const FORMAT_NUMBER_COMMA_SEPARATED2: &'static str[src]

pub const FORMAT_PERCENTAGE: &'static str[src]

pub const FORMAT_PERCENTAGE_00: &'static str[src]

pub const FORMAT_DATE_YYYYMMDD2: &'static str[src]

pub const FORMAT_DATE_YYYYMMDD: &'static str[src]

pub const FORMAT_DATE_DDMMYYYY: &'static str[src]

pub const FORMAT_DATE_DMYSLASH: &'static str[src]

pub const FORMAT_DATE_DMYMINUS: &'static str[src]

pub const FORMAT_DATE_DMMINUS: &'static str[src]

pub const FORMAT_DATE_MYMINUS: &'static str[src]

pub const FORMAT_DATE_XLSX14: &'static str[src]

pub const FORMAT_DATE_XLSX15: &'static str[src]

pub const FORMAT_DATE_XLSX16: &'static str[src]

pub const FORMAT_DATE_XLSX17: &'static str[src]

pub const FORMAT_DATE_XLSX22: &'static str[src]

pub const FORMAT_DATE_DATETIME: &'static str[src]

pub const FORMAT_DATE_TIME1: &'static str[src]

pub const FORMAT_DATE_TIME2: &'static str[src]

pub const FORMAT_DATE_TIME3: &'static str[src]

pub const FORMAT_DATE_TIME4: &'static str[src]

pub const FORMAT_DATE_TIME5: &'static str[src]

pub const FORMAT_DATE_TIME6: &'static str[src]

pub const FORMAT_DATE_TIME7: &'static str[src]

pub const FORMAT_DATE_TIME8: &'static str[src]

pub const FORMAT_DATE_YYYYMMDDSLASH: &'static str[src]

pub const FORMAT_CURRENCY_USD_SIMPLE: &'static str[src]

pub const FORMAT_CURRENCY_USD: &'static str[src]

pub const FORMAT_CURRENCY_EUR_SIMPLE: &'static str[src]

pub const FORMAT_CURRENCY_EUR: &'static str[src]

pub const FORMAT_ACCOUNTING_USD: &'static str[src]

pub const FORMAT_ACCOUNTING_EUR: &'static str[src]

pub fn get_flipped_built_in_formats(&self) -> &Vec<String>[src]

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

pub fn get_built_in_format_code(&self) -> &Option<usize>[src]

Trait Implementations

impl Clone for NumberFormat[src]

impl Debug for NumberFormat[src]

impl Default for NumberFormat[src]

Auto Trait Implementations

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.