pub struct NumFmts {
pub count: Option<u32>,
pub num_fmts: Vec<NumFmt>,
}Expand description
Number formats container.
Fields§
§count: Option<u32>§num_fmts: Vec<NumFmt>Trait Implementations§
Source§impl<'de> Deserialize<'de> for NumFmts
impl<'de> Deserialize<'de> for NumFmts
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 NumFmts
Auto Trait Implementations§
impl Freeze for NumFmts
impl RefUnwindSafe for NumFmts
impl Send for NumFmts
impl Sync for NumFmts
impl Unpin for NumFmts
impl UnwindSafe for NumFmts
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