Struct UFormattedNumber
#[repr(transparent)]pub struct UFormattedNumber(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for UFormattedNumber
impl Clone for UFormattedNumber
§fn clone(&self) -> UFormattedNumber
fn clone(&self) -> UFormattedNumber
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 more§impl Debug for UFormattedNumber
impl Debug for UFormattedNumber
§impl Default for UFormattedNumber
impl Default for UFormattedNumber
§fn default() -> UFormattedNumber
fn default() -> UFormattedNumber
Returns the “default value” for a type. Read more
§impl PartialEq for UFormattedNumber
impl PartialEq for UFormattedNumber
impl Copy for UFormattedNumber
impl Eq for UFormattedNumber
impl StructuralPartialEq for UFormattedNumber
Auto Trait Implementations§
impl Freeze for UFormattedNumber
impl RefUnwindSafe for UFormattedNumber
impl Send for UFormattedNumber
impl Sync for UFormattedNumber
impl Unpin for UFormattedNumber
impl UnwindSafe for UFormattedNumber
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