pub struct IntegerPresentation {}Expand description
Integer number presentation.
The Rust value and the text field use the same units, but the text field is rounded to always display an integer.
Trait Implementations§
Source§impl Clone for IntegerPresentation
impl Clone for IntegerPresentation
Source§fn clone(&self) -> IntegerPresentation
fn clone(&self) -> IntegerPresentation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IntegerPresentation
impl Debug for IntegerPresentation
Source§impl Hash for IntegerPresentation
impl Hash for IntegerPresentation
Source§impl PartialEq for IntegerPresentation
impl PartialEq for IntegerPresentation
impl Copy for IntegerPresentation
impl Eq for IntegerPresentation
impl StructuralPartialEq for IntegerPresentation
Auto Trait Implementations§
impl Freeze for IntegerPresentation
impl RefUnwindSafe for IntegerPresentation
impl Send for IntegerPresentation
impl Sync for IntegerPresentation
impl Unpin for IntegerPresentation
impl UnwindSafe for IntegerPresentation
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