pub struct VoltageUnit;Trait Implementations§
Source§impl Clone for VoltageUnit
impl Clone for VoltageUnit
Source§fn clone(&self) -> VoltageUnit
fn clone(&self) -> VoltageUnit
Returns a duplicate 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 VoltageUnit
impl Debug for VoltageUnit
Source§impl PartialEq for VoltageUnit
impl PartialEq for VoltageUnit
impl Copy for VoltageUnit
impl Eq for VoltageUnit
impl StructuralPartialEq for VoltageUnit
Auto Trait Implementations§
impl Freeze for VoltageUnit
impl RefUnwindSafe for VoltageUnit
impl Send for VoltageUnit
impl Sync for VoltageUnit
impl Unpin for VoltageUnit
impl UnwindSafe for VoltageUnit
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