pub struct FloatPrettyPrinter {
pub allow_scientific: bool,
pub min_decimal: i32,
pub max_decimal: i32,
}
Fields§
§allow_scientific: bool
§min_decimal: i32
§max_decimal: i32
Implementations§
Auto Trait Implementations§
impl Freeze for FloatPrettyPrinter
impl RefUnwindSafe for FloatPrettyPrinter
impl Send for FloatPrettyPrinter
impl Sync for FloatPrettyPrinter
impl Unpin for FloatPrettyPrinter
impl UnwindSafe for FloatPrettyPrinter
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