pub struct Picogram;Expand description
Zero-sized marker struct representing a concrete unit.
Generated by unit! macro; implements Unit with provided
quantity mapping, factor and abbreviation.
Trait Implementations§
impl Copy for Picogram
Source§impl PartialOrd for Picogram
impl PartialOrd for Picogram
impl StructuralPartialEq for Picogram
Auto Trait Implementations§
impl Freeze for Picogram
impl RefUnwindSafe for Picogram
impl Send for Picogram
impl Sync for Picogram
impl Unpin for Picogram
impl UnsafeUnpin for Picogram
impl UnwindSafe for Picogram
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