pub trait Conversion<V>: Unit + Conversion<V, T = <V as Conversion<V>>::T>
where V: Conversion<V>,
{ }
Expand description

Trait to identify units which have a conversion factor for the Quantity. See crate::Conversion<V>.

§Generic Parameters

  • V: Underlying storage type trait is implemented for.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Conversion<f32> for per_acre_second

source§

impl Conversion<f32> for per_are_second

source§

impl Conversion<f32> for per_barn_second

source§

impl Conversion<f32> for per_circular_mil_second

source§

impl Conversion<f32> for per_hectare_second

source§

impl Conversion<f32> for per_square_centimeter_second

source§

impl Conversion<f32> for per_square_foot_second

source§

impl Conversion<f32> for per_square_inch_second

source§

impl Conversion<f32> for per_square_meter_second

source§

impl Conversion<f32> for per_square_mile_second

source§

impl Conversion<f32> for per_square_yard_second

source§

impl Conversion<f64> for per_acre_second

source§

impl Conversion<f64> for per_are_second

source§

impl Conversion<f64> for per_barn_second

source§

impl Conversion<f64> for per_circular_mil_second

source§

impl Conversion<f64> for per_hectare_second

source§

impl Conversion<f64> for per_square_centimeter_second

source§

impl Conversion<f64> for per_square_foot_second

source§

impl Conversion<f64> for per_square_inch_second

source§

impl Conversion<f64> for per_square_meter_second

source§

impl Conversion<f64> for per_square_mile_second

source§

impl Conversion<f64> for per_square_yard_second

source§

impl Conversion<i32> for per_acre_second

source§

impl Conversion<i32> for per_are_second

source§

impl Conversion<i32> for per_barn_second

source§

impl Conversion<i32> for per_circular_mil_second

source§

impl Conversion<i32> for per_hectare_second

source§

impl Conversion<i32> for per_square_centimeter_second

source§

impl Conversion<i32> for per_square_foot_second

source§

impl Conversion<i32> for per_square_inch_second

source§

impl Conversion<i32> for per_square_meter_second

source§

impl Conversion<i32> for per_square_mile_second

source§

impl Conversion<i32> for per_square_yard_second

source§

impl Conversion<i64> for per_acre_second

source§

impl Conversion<i64> for per_are_second

source§

impl Conversion<i64> for per_barn_second

source§

impl Conversion<i64> for per_circular_mil_second

source§

impl Conversion<i64> for per_hectare_second

source§

impl Conversion<i64> for per_square_centimeter_second

source§

impl Conversion<i64> for per_square_foot_second

source§

impl Conversion<i64> for per_square_inch_second

source§

impl Conversion<i64> for per_square_meter_second

source§

impl Conversion<i64> for per_square_mile_second

source§

impl Conversion<i64> for per_square_yard_second

source§

impl Conversion<isize> for per_acre_second

source§

impl Conversion<isize> for per_are_second

source§

impl Conversion<isize> for per_barn_second

source§

impl Conversion<isize> for per_circular_mil_second

source§

impl Conversion<isize> for per_hectare_second

source§

impl Conversion<isize> for per_square_centimeter_second

source§

impl Conversion<isize> for per_square_foot_second

source§

impl Conversion<isize> for per_square_inch_second

source§

impl Conversion<isize> for per_square_meter_second

source§

impl Conversion<isize> for per_square_mile_second

source§

impl Conversion<isize> for per_square_yard_second

source§

impl Conversion<u32> for per_acre_second

source§

impl Conversion<u32> for per_are_second

source§

impl Conversion<u32> for per_barn_second

source§

impl Conversion<u32> for per_circular_mil_second

source§

impl Conversion<u32> for per_hectare_second

source§

impl Conversion<u32> for per_square_centimeter_second

source§

impl Conversion<u32> for per_square_foot_second

source§

impl Conversion<u32> for per_square_inch_second

source§

impl Conversion<u32> for per_square_meter_second

source§

impl Conversion<u32> for per_square_mile_second

source§

impl Conversion<u32> for per_square_yard_second

source§

impl Conversion<u64> for per_acre_second

source§

impl Conversion<u64> for per_are_second

source§

impl Conversion<u64> for per_barn_second

source§

impl Conversion<u64> for per_circular_mil_second

source§

impl Conversion<u64> for per_hectare_second

source§

impl Conversion<u64> for per_square_centimeter_second

source§

impl Conversion<u64> for per_square_foot_second

source§

impl Conversion<u64> for per_square_inch_second

source§

impl Conversion<u64> for per_square_meter_second

source§

impl Conversion<u64> for per_square_mile_second

source§

impl Conversion<u64> for per_square_yard_second

source§

impl Conversion<usize> for per_acre_second

source§

impl Conversion<usize> for per_are_second

source§

impl Conversion<usize> for per_barn_second

source§

impl Conversion<usize> for per_circular_mil_second

source§

impl Conversion<usize> for per_hectare_second

source§

impl Conversion<usize> for per_square_centimeter_second

source§

impl Conversion<usize> for per_square_foot_second

source§

impl Conversion<usize> for per_square_inch_second

source§

impl Conversion<usize> for per_square_meter_second

source§

impl Conversion<usize> for per_square_mile_second

source§

impl Conversion<usize> for per_square_yard_second

source§

impl Conversion<BigInt> for per_acre_second

source§

impl Conversion<BigInt> for per_are_second

source§

impl Conversion<BigInt> for per_barn_second

source§

impl Conversion<BigInt> for per_circular_mil_second

source§

impl Conversion<BigInt> for per_hectare_second

source§

impl Conversion<BigInt> for per_square_centimeter_second

source§

impl Conversion<BigInt> for per_square_foot_second

source§

impl Conversion<BigInt> for per_square_inch_second

source§

impl Conversion<BigInt> for per_square_meter_second

source§

impl Conversion<BigInt> for per_square_mile_second

source§

impl Conversion<BigInt> for per_square_yard_second

source§

impl Conversion<BigUint> for per_acre_second

source§

impl Conversion<BigUint> for per_are_second

source§

impl Conversion<BigUint> for per_barn_second

source§

impl Conversion<BigUint> for per_circular_mil_second

source§

impl Conversion<BigUint> for per_hectare_second

source§

impl Conversion<BigUint> for per_square_centimeter_second

source§

impl Conversion<BigUint> for per_square_foot_second

source§

impl Conversion<BigUint> for per_square_inch_second

source§

impl Conversion<BigUint> for per_square_meter_second

source§

impl Conversion<BigUint> for per_square_mile_second

source§

impl Conversion<BigUint> for per_square_yard_second

source§

impl Conversion<Ratio<i32>> for per_acre_second

source§

impl Conversion<Ratio<i32>> for per_are_second

source§

impl Conversion<Ratio<i32>> for per_barn_second

source§

impl Conversion<Ratio<i32>> for per_circular_mil_second

source§

impl Conversion<Ratio<i32>> for per_hectare_second

source§

impl Conversion<Ratio<i32>> for per_square_centimeter_second

source§

impl Conversion<Ratio<i32>> for per_square_foot_second

source§

impl Conversion<Ratio<i32>> for per_square_inch_second

source§

impl Conversion<Ratio<i32>> for per_square_meter_second

source§

impl Conversion<Ratio<i32>> for per_square_mile_second

source§

impl Conversion<Ratio<i32>> for per_square_yard_second

source§

impl Conversion<Ratio<i64>> for per_acre_second

source§

impl Conversion<Ratio<i64>> for per_are_second

source§

impl Conversion<Ratio<i64>> for per_barn_second

source§

impl Conversion<Ratio<i64>> for per_circular_mil_second

source§

impl Conversion<Ratio<i64>> for per_hectare_second

source§

impl Conversion<Ratio<i64>> for per_square_centimeter_second

source§

impl Conversion<Ratio<i64>> for per_square_foot_second

source§

impl Conversion<Ratio<i64>> for per_square_inch_second

source§

impl Conversion<Ratio<i64>> for per_square_meter_second

source§

impl Conversion<Ratio<i64>> for per_square_mile_second

source§

impl Conversion<Ratio<i64>> for per_square_yard_second

source§

impl Conversion<Ratio<isize>> for per_acre_second

source§

impl Conversion<Ratio<isize>> for per_are_second

source§

impl Conversion<Ratio<isize>> for per_barn_second

source§

impl Conversion<Ratio<isize>> for per_circular_mil_second

source§

impl Conversion<Ratio<isize>> for per_hectare_second

source§

impl Conversion<Ratio<isize>> for per_square_centimeter_second

source§

impl Conversion<Ratio<isize>> for per_square_foot_second

source§

impl Conversion<Ratio<isize>> for per_square_inch_second

source§

impl Conversion<Ratio<isize>> for per_square_meter_second

source§

impl Conversion<Ratio<isize>> for per_square_mile_second

source§

impl Conversion<Ratio<isize>> for per_square_yard_second

source§

impl Conversion<Ratio<BigInt>> for per_acre_second

source§

impl Conversion<Ratio<BigInt>> for per_are_second

source§

impl Conversion<Ratio<BigInt>> for per_barn_second

source§

impl Conversion<Ratio<BigInt>> for per_circular_mil_second

source§

impl Conversion<Ratio<BigInt>> for per_hectare_second

source§

impl Conversion<Ratio<BigInt>> for per_square_centimeter_second

source§

impl Conversion<Ratio<BigInt>> for per_square_foot_second

source§

impl Conversion<Ratio<BigInt>> for per_square_inch_second

source§

impl Conversion<Ratio<BigInt>> for per_square_meter_second

source§

impl Conversion<Ratio<BigInt>> for per_square_mile_second

source§

impl Conversion<Ratio<BigInt>> for per_square_yard_second