pub struct DefaultStyle {}Expand description
Allows access to the names of the default styles as created by create_default_styles.
Implementations§
Source§impl DefaultStyle
impl DefaultStyle
Sourcepub fn bool() -> CellStyleRef
pub fn bool() -> CellStyleRef
Default bool style.
Sourcepub fn number() -> CellStyleRef
pub fn number() -> CellStyleRef
Default number style.
Sourcepub fn percent() -> CellStyleRef
pub fn percent() -> CellStyleRef
Default percent style.
Sourcepub fn currency() -> CellStyleRef
pub fn currency() -> CellStyleRef
Default currency style.
Sourcepub fn date() -> CellStyleRef
pub fn date() -> CellStyleRef
Default date style.
Sourcepub fn datetime() -> CellStyleRef
pub fn datetime() -> CellStyleRef
Default datetime style.
Sourcepub fn time_of_day() -> CellStyleRef
pub fn time_of_day() -> CellStyleRef
Default time style.
Sourcepub fn time_interval() -> CellStyleRef
pub fn time_interval() -> CellStyleRef
Default time style.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultStyle
impl RefUnwindSafe for DefaultStyle
impl Send for DefaultStyle
impl Sync for DefaultStyle
impl Unpin for DefaultStyle
impl UnwindSafe for DefaultStyle
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