pub struct Ampere(/* private fields */);Expand description
A value of amperes.
Implementations§
Trait Implementations§
Source§impl From<Ampere> for Decimal
The user can convert a Decimal newtype to a Decimal But cannot create
a Decimal newtype from a Decimal.
impl From<Ampere> for Decimal
The user can convert a Decimal newtype to a Decimal But cannot create
a Decimal newtype from a Decimal.
Source§impl Ord for Ampere
impl Ord for Ampere
Source§impl PartialOrd for Ampere
impl PartialOrd for Ampere
impl Copy for Ampere
impl Eq for Ampere
impl StructuralPartialEq for Ampere
Auto Trait Implementations§
impl Freeze for Ampere
impl RefUnwindSafe for Ampere
impl Send for Ampere
impl Sync for Ampere
impl Unpin for Ampere
impl UnwindSafe for Ampere
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
§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)