pub struct NumFmt {
pub num_fmt_id: u32,
pub format_code: String,
}Expand description
Individual number format.
Fields§
§num_fmt_id: u32§format_code: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for NumFmt
impl<'de> Deserialize<'de> for NumFmt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for NumFmt
Auto Trait Implementations§
impl Freeze for NumFmt
impl RefUnwindSafe for NumFmt
impl Send for NumFmt
impl Sync for NumFmt
impl Unpin for NumFmt
impl UnwindSafe for NumFmt
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