pub struct ChargeUnit;Trait Implementations§
Source§impl Clone for ChargeUnit
impl Clone for ChargeUnit
Source§fn clone(&self) -> ChargeUnit
fn clone(&self) -> ChargeUnit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChargeUnit
Source§impl Debug for ChargeUnit
impl Debug for ChargeUnit
impl Eq for ChargeUnit
Source§impl PartialEq for ChargeUnit
impl PartialEq for ChargeUnit
impl StructuralPartialEq for ChargeUnit
Auto Trait Implementations§
impl Freeze for ChargeUnit
impl RefUnwindSafe for ChargeUnit
impl Send for ChargeUnit
impl Sync for ChargeUnit
impl Unpin for ChargeUnit
impl UnsafeUnpin for ChargeUnit
impl UnwindSafe for ChargeUnit
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