pub struct LocaleFormatter {
pub locale: LocaleId,
pub decimal_sep: char,
pub thousands_sep: char,
pub date_format: String,
}Fields§
§locale: LocaleId§decimal_sep: char§thousands_sep: char§date_format: StringImplementations§
Trait Implementations§
Source§impl Clone for LocaleFormatter
impl Clone for LocaleFormatter
Source§fn clone(&self) -> LocaleFormatter
fn clone(&self) -> LocaleFormatter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LocaleFormatter
impl RefUnwindSafe for LocaleFormatter
impl Send for LocaleFormatter
impl Sync for LocaleFormatter
impl Unpin for LocaleFormatter
impl UnsafeUnpin for LocaleFormatter
impl UnwindSafe for LocaleFormatter
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