pub struct DefaultPresentation {}Expand description
Default number presentation.
The Rust value and the text field use the same units, and there is no resolution rounding.
Trait Implementations§
Source§impl Clone for DefaultPresentation
impl Clone for DefaultPresentation
Source§fn clone(&self) -> DefaultPresentation
fn clone(&self) -> DefaultPresentation
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 DefaultPresentation
impl Debug for DefaultPresentation
Source§impl Hash for DefaultPresentation
impl Hash for DefaultPresentation
Source§impl PartialEq for DefaultPresentation
impl PartialEq for DefaultPresentation
impl Copy for DefaultPresentation
impl Eq for DefaultPresentation
impl StructuralPartialEq for DefaultPresentation
Auto Trait Implementations§
impl Freeze for DefaultPresentation
impl RefUnwindSafe for DefaultPresentation
impl Send for DefaultPresentation
impl Sync for DefaultPresentation
impl Unpin for DefaultPresentation
impl UnwindSafe for DefaultPresentation
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