pub struct Decimeter(/* private fields */);Implementations§
Trait Implementations§
Source§impl Measure for Decimeter
impl Measure for Decimeter
Source§fn value(&self) -> &dyn ChineseFormat
fn value(&self) -> &dyn ChineseFormat
The value, convertible to Chinese.
Source§fn unit(&self) -> &dyn ChineseFormat
fn unit(&self) -> &dyn ChineseFormat
The unit of measurement, convertible to Chinese.
Source§impl Ord for Decimeter
impl Ord for Decimeter
Source§impl PartialOrd for Decimeter
impl PartialOrd for Decimeter
impl Copy for Decimeter
impl Eq for Decimeter
impl StructuralPartialEq for Decimeter
Auto Trait Implementations§
impl Freeze for Decimeter
impl RefUnwindSafe for Decimeter
impl Send for Decimeter
impl Sync for Decimeter
impl Unpin for Decimeter
impl UnwindSafe for Decimeter
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> ChineseFormat for Twhere
T: Measure,
impl<T> ChineseFormat for Twhere
T: Measure,
fn to_chinese(&self, variant: Variant) -> Chinese
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)