pub struct DecimalFormats {
pub standard: String,
}Fields§
§standard: StringTrait Implementations§
impl<'__de> Decode<'__de> for DecimalFormatswhere
'__de:,
impl Encode for DecimalFormats
Auto Trait Implementations§
impl Freeze for DecimalFormats
impl RefUnwindSafe for DecimalFormats
impl Send for DecimalFormats
impl Sync for DecimalFormats
impl Unpin for DecimalFormats
impl UnsafeUnpin for DecimalFormats
impl UnwindSafe for DecimalFormats
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