pub enum RoundingBehavior {
ExactOrErr,
RoundUp,
RoundDown,
}
Variants§
Auto Trait Implementations§
impl Freeze for RoundingBehavior
impl RefUnwindSafe for RoundingBehavior
impl Send for RoundingBehavior
impl Sync for RoundingBehavior
impl Unpin for RoundingBehavior
impl UnwindSafe for RoundingBehavior
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