pub struct UDecimal { /* private fields */ }
Expand description
Unsigned fixed-point decimal type
Implementations§
Trait Implementations§
Source§impl Ord for UDecimal
impl Ord for UDecimal
Source§impl PartialOrd for UDecimal
impl PartialOrd for UDecimal
impl Copy for UDecimal
impl Eq for UDecimal
Auto Trait Implementations§
impl Freeze for UDecimal
impl RefUnwindSafe for UDecimal
impl Send for UDecimal
impl Sync for UDecimal
impl Unpin for UDecimal
impl UnwindSafe for UDecimal
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