pub struct NumberDecimal {
pub extent: Extent,
pub decimal: Extent,
pub fraction: Option<Extent>,
pub exponent: Option<Extent>,
pub suffix: Option<Extent>,
}Expand description
Fields§
§extent: Extent§decimal: Extent§fraction: Option<Extent>§exponent: Option<Extent>§suffix: Option<Extent>Trait Implementations§
Source§impl Debug for NumberDecimal
impl Debug for NumberDecimal
Source§impl<'a> Index<&'a NumberDecimal> for str
impl<'a> Index<&'a NumberDecimal> for str
Source§impl Index<NumberDecimal> for str
impl Index<NumberDecimal> for str
Auto Trait Implementations§
impl Freeze for NumberDecimal
impl RefUnwindSafe for NumberDecimal
impl Send for NumberDecimal
impl Sync for NumberDecimal
impl Unpin for NumberDecimal
impl UnsafeUnpin for NumberDecimal
impl UnwindSafe for NumberDecimal
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