pub struct FloatDef {
pub strategy: FloatStrategy,
pub decimals: u8,
}Fields§
§strategy: FloatStrategy§decimals: u8Auto Trait Implementations§
impl Freeze for FloatDef
impl RefUnwindSafe for FloatDef
impl Send for FloatDef
impl Sync for FloatDef
impl Unpin for FloatDef
impl UnsafeUnpin for FloatDef
impl UnwindSafe for FloatDef
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