Struct icu_decimal::format::FormattedFixedDecimal [−][src]
pub struct FormattedFixedDecimal<'l> { /* fields omitted */ }An intermediate structure returned by FixedDecimalFormat.
Use Writeable to render the formatted decimal to a string or buffer.
Trait Implementations
impl<'l> Clone for FormattedFixedDecimal<'l>[src]
impl<'l> Clone for FormattedFixedDecimal<'l>[src]fn clone(&self) -> FormattedFixedDecimal<'l>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'l> Debug for FormattedFixedDecimal<'l>[src]
impl<'l> Debug for FormattedFixedDecimal<'l>[src]impl<'l> PartialEq<FormattedFixedDecimal<'l>> for FormattedFixedDecimal<'l>[src]
impl<'l> PartialEq<FormattedFixedDecimal<'l>> for FormattedFixedDecimal<'l>[src]fn eq(&self, other: &FormattedFixedDecimal<'l>) -> bool[src]
fn ne(&self, other: &FormattedFixedDecimal<'l>) -> bool[src]
impl<'l> StructuralPartialEq for FormattedFixedDecimal<'l>[src]
impl<'l> StructuralPartialEq for FormattedFixedDecimal<'l>[src]Auto Trait Implementations
impl<'l> RefUnwindSafe for FormattedFixedDecimal<'l>
impl<'l> RefUnwindSafe for FormattedFixedDecimal<'l>impl<'l> Send for FormattedFixedDecimal<'l>
impl<'l> Send for FormattedFixedDecimal<'l>impl<'l> Sync for FormattedFixedDecimal<'l>
impl<'l> Sync for FormattedFixedDecimal<'l>impl<'l> Unpin for FormattedFixedDecimal<'l>
impl<'l> Unpin for FormattedFixedDecimal<'l>impl<'l> UnwindSafe for FormattedFixedDecimal<'l>
impl<'l> UnwindSafe for FormattedFixedDecimal<'l>