pub enum DotZero {
Add,
Omit,
}Expand description
Whether a float with no fractional part keeps a trailing .0.
Variants§
Trait Implementations§
impl Copy for DotZero
impl Eq for DotZero
impl StructuralPartialEq for DotZero
Auto Trait Implementations§
impl Freeze for DotZero
impl RefUnwindSafe for DotZero
impl Send for DotZero
impl Sync for DotZero
impl Unpin for DotZero
impl UnsafeUnpin for DotZero
impl UnwindSafe for DotZero
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