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