pub struct FloatPrettyPrinter {
pub allow_scientific: bool,
pub min_decimal: i32,
pub max_decimal: i32,
}Fields
allow_scientific: boolmin_decimal: i32max_decimal: i32Implementations
Auto Trait Implementations
impl RefUnwindSafe for FloatPrettyPrinter
impl Send for FloatPrettyPrinter
impl Sync for FloatPrettyPrinter
impl Unpin for FloatPrettyPrinter
impl UnwindSafe for FloatPrettyPrinter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more