Skip to main content

Minute

Struct Minute 

Source
pub struct Minute;
Expand description

Minutes (60 s).

Trait Implementations§

Source§

impl Clone for Minute

Source§

fn clone(&self) -> Minute

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for Minute

Source§

impl Debug for Minute

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl PartialEq for Minute

Source§

fn eq(&self, other: &Minute) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl PartialOrd for Minute

Source§

fn partial_cmp(&self, other: &Minute) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 (const: unstable) · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl StructuralPartialEq for Minute

Source§

impl Unit for Minute

Source§

const RATIO: f64 = 60.0

Unit-to-canonical conversion factor.
Source§

const SYMBOL: &'static str = "min"

Printable symbol, shown by core::fmt::Display.
Source§

type Dim = Dim<Z0, PInt<UInt<UTerm, B1>>, Z0, Z0, Z0, Z0, Z0, Z0>

Dimension to which this unit belongs.
Source§

impl UnitDiv<Attogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Attogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Attogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Attogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Attometer> for Minute
where <Minute as Unit>::Dim: DimDiv<<Attometer as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Attometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Attometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Attosecond> for Minute

Source§

type Output = Per<Minute, Attosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Attowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Attowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Attowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Attowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Bar> for Minute
where <Minute as Unit>::Dim: DimDiv<<Bar as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Bar as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Bar>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centigram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Centigram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Centigram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Centigram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centiliter> for Minute

Source§

type Output = Per<Minute, Centiliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centimeter> for Minute

Source§

type Output = Per<Minute, Centimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centisecond> for Minute

Source§

type Output = Per<Minute, Centisecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Century> for Minute
where <Minute as Unit>::Dim: DimDiv<<Century as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Century as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Century>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicCentimeter> for Minute

Source§

type Output = Per<Minute, CubicCentimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicKilometer> for Minute

Source§

type Output = Per<Minute, CubicKilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicMeter> for Minute

Source§

type Output = Per<Minute, CubicMeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicMillimeter> for Minute

Source§

type Output = Per<Minute, CubicMillimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Day> for Minute
where <Minute as Unit>::Dim: DimDiv<<Day as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Day as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Day>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decade> for Minute
where <Minute as Unit>::Dim: DimDiv<<Decade as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Decade as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Decade>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decagram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Decagram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Decagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Decagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decameter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Decameter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Decameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Decameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decasecond> for Minute

Source§

type Output = Per<Minute, Decasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Decawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Decawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Decawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decigram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Decigram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Decigram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Decigram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Deciliter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Deciliter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Deciliter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Deciliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decimeter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Decimeter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Decimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Decimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decisecond> for Minute

Source§

type Output = Per<Minute, Decisecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Deciwatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Deciwatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Deciwatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Deciwatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Degree> for Minute
where <Minute as Unit>::Dim: DimDiv<<Degree as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Degree as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Degree>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Exagram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Exagram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Exagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Exagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Exameter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Exameter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Exameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Exameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Exawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Exawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Exawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Exawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Femtogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Femtogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Femtogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtometer> for Minute

Source§

type Output = Per<Minute, Femtometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtosecond> for Minute

Source§

type Output = Per<Minute, Femtosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Femtowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Femtowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Femtowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Fortnight> for Minute
where <Minute as Unit>::Dim: DimDiv<<Fortnight as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Fortnight as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Fortnight>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigagram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Gigagram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Gigagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Gigagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigajoule> for Minute
where <Minute as Unit>::Dim: DimDiv<<Gigajoule as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Gigajoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Gigajoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigameter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Gigameter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Gigameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Gigameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Giganewton> for Minute

Source§

type Output = Per<Minute, Giganewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigapascal> for Minute

Source§

type Output = Per<Minute, Gigapascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigasecond> for Minute

Source§

type Output = Per<Minute, Gigasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Gigawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Gigawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Gigawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Gram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Gram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Gram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Hectogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Hectogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Hectogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectometer> for Minute

Source§

type Output = Per<Minute, Hectometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectopascal> for Minute

Source§

type Output = Per<Minute, Hectopascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectosecond> for Minute

Source§

type Output = Per<Minute, Hectosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Hectowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Hectowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Hectowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hour> for Minute
where <Minute as Unit>::Dim: DimDiv<<Hour as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Hour as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Hour>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Joule> for Minute
where <Minute as Unit>::Dim: DimDiv<<Joule as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Joule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Joule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kelvin> for Minute
where <Minute as Unit>::Dim: DimDiv<<Kelvin as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Kelvin as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Kelvin>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Kilogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Kilogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Kilogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilojoule> for Minute
where <Minute as Unit>::Dim: DimDiv<<Kilojoule as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Kilojoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Kilojoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Minute
where <Minute as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilonewton> for Minute

Source§

type Output = Per<Minute, Kilonewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilopascal> for Minute

Source§

type Output = Per<Minute, Kilopascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilosecond> for Minute

Source§

type Output = Per<Minute, Kilosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Kilowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Kilowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Kilowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<KilowattHour> for Minute

Source§

type Output = Per<Minute, KilowattHour>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Liter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Liter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Liter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Liter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megagram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Megagram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Megagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Megagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megajoule> for Minute
where <Minute as Unit>::Dim: DimDiv<<Megajoule as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Megajoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Megajoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megameter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Megameter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Megameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Megameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Meganewton> for Minute

Source§

type Output = Per<Minute, Meganewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megapascal> for Minute

Source§

type Output = Per<Minute, Megapascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megasecond> for Minute

Source§

type Output = Per<Minute, Megasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Megawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Megawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Megawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Meter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Meter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Meter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Meter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<MeterPerSecondSquared> for Minute

Source§

type Output = Per<Minute, MeterPerSecondSquared>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microgram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Microgram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Microgram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Microgram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microjoule> for Minute

Source§

type Output = Per<Minute, Microjoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microliter> for Minute

Source§

type Output = Per<Minute, Microliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Micrometer> for Minute

Source§

type Output = Per<Minute, Micrometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Micronewton> for Minute

Source§

type Output = Per<Minute, Micronewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microsecond> for Minute

Source§

type Output = Per<Minute, Microsecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microwatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Microwatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Microwatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Microwatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millennium> for Minute

Source§

type Output = Per<Minute, Millennium>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milligram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Milligram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Milligram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Milligram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millijoule> for Minute

Source§

type Output = Per<Minute, Millijoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milliliter> for Minute

Source§

type Output = Per<Minute, Milliliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millimeter> for Minute

Source§

type Output = Per<Minute, Millimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millinewton> for Minute

Source§

type Output = Per<Minute, Millinewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millipascal> for Minute

Source§

type Output = Per<Minute, Millipascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milliradian> for Minute

Source§

type Output = Per<Minute, Milliradian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millisecond> for Minute

Source§

type Output = Per<Minute, Millisecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milliwatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Milliwatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Milliwatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Milliwatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Meter
where <Meter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Meter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Meter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Centimeter

Source§

type Output = Per<Centimeter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Millimeter

Source§

type Output = Per<Millimeter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Micrometer

Source§

type Output = Per<Micrometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Nanometer
where <Nanometer as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Nanometer as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Picometer
where <Picometer as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Picometer as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Femtometer

Source§

type Output = Per<Femtometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Attometer
where <Attometer as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Attometer as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Attometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Zeptometer

Source§

type Output = Per<Zeptometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Yoctometer

Source§

type Output = Per<Yoctometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Megameter
where <Megameter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Megameter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decimeter
where <Decimeter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Decimeter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decimeter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decameter
where <Decameter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Decameter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Hectometer

Source§

type Output = Per<Hectometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Gigameter
where <Gigameter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Gigameter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Terameter
where <Terameter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Terameter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Terameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Petameter
where <Petameter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Petameter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Petameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Exameter
where <Exameter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Exameter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Exameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Zettameter

Source§

type Output = Per<Zettameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Yottameter

Source§

type Output = Per<Yottameter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Attosecond

Source§

type Output = Per<Attosecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Femtosecond

Source§

type Output = Per<Femtosecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Picosecond

Source§

type Output = Per<Picosecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Nanosecond

Source§

type Output = Per<Nanosecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Microsecond

Source§

type Output = Per<Microsecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Millisecond

Source§

type Output = Per<Millisecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Centisecond

Source§

type Output = Per<Centisecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decisecond

Source§

type Output = Per<Decisecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Second
where <Second as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Second as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Second, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decasecond

Source§

type Output = Per<Decasecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Hectosecond

Source§

type Output = Per<Hectosecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilosecond

Source§

type Output = Per<Kilosecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Megasecond

Source§

type Output = Per<Megasecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Gigasecond

Source§

type Output = Per<Gigasecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Terasecond

Source§

type Output = Per<Terasecond, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Hour
where <Hour as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Hour as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hour, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Day
where <Day as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Day as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Day, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Week
where <Week as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Week as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Week, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Fortnight
where <Fortnight as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Fortnight as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Fortnight, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Year
where <Year as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Year as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Year, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decade
where <Decade as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Decade as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decade, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Century
where <Century as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Century as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Century, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Millennium

Source§

type Output = Per<Millennium, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Gram
where <Gram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Gram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Yoctogram
where <Yoctogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Yoctogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yoctogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Zeptogram
where <Zeptogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Zeptogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zeptogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Attogram
where <Attogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Attogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Attogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Femtogram
where <Femtogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Femtogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Femtogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Picogram
where <Picogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Picogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Nanogram
where <Nanogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Nanogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Microgram
where <Microgram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Microgram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Microgram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Milligram
where <Milligram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Milligram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Milligram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Centigram
where <Centigram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Centigram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Centigram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decigram
where <Decigram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Decigram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decigram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decagram
where <Decagram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Decagram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decagram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Hectogram
where <Hectogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Hectogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilogram
where <Kilogram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Kilogram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilogram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Megagram
where <Megagram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Megagram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megagram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Gigagram
where <Gigagram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Gigagram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigagram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Teragram
where <Teragram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Teragram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Teragram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Petagram
where <Petagram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Petagram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Petagram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Exagram
where <Exagram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Exagram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Exagram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Zettagram
where <Zettagram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Zettagram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zettagram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Yottagram
where <Yottagram as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Yottagram as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yottagram, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Tonne
where <Tonne as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Tonne as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Tonne, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Degree
where <Degree as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Degree as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Degree, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Radian
where <Radian as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Radian as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Radian, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Milliradian

Source§

type Output = Per<Milliradian, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Turn
where <Turn as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Turn as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Turn, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Watt
where <Watt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Watt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Watt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Yoctowatt
where <Yoctowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Yoctowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yoctowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Zeptowatt
where <Zeptowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Zeptowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zeptowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Attowatt
where <Attowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Attowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Attowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Femtowatt
where <Femtowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Femtowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Femtowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Picowatt
where <Picowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Picowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Nanowatt
where <Nanowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Nanowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Microwatt
where <Microwatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Microwatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Microwatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Milliwatt
where <Milliwatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Milliwatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Milliwatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Deciwatt
where <Deciwatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Deciwatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Deciwatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Decawatt
where <Decawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Decawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Hectowatt
where <Hectowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Hectowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilowatt
where <Kilowatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Kilowatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilowatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Megawatt
where <Megawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Megawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Gigawatt
where <Gigawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Gigawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Terawatt
where <Terawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Terawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Terawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Petawatt
where <Petawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Petawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Petawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Exawatt
where <Exawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Exawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Exawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Zettawatt
where <Zettawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Zettawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zettawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Yottawatt
where <Yottawatt as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Yottawatt as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yottawatt, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Prod<Meter, Meter>
where <Prod<Meter, Meter> as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Prod<Meter, Meter> as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Meter, Meter>, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Prod<Kilometer, Kilometer>

Source§

type Output = Per<Prod<Kilometer, Kilometer>, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Prod<Centimeter, Centimeter>

Source§

type Output = Per<Prod<Centimeter, Centimeter>, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Prod<Millimeter, Millimeter>

Source§

type Output = Per<Prod<Millimeter, Millimeter>, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for CubicMeter

Source§

type Output = Per<CubicMeter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for CubicKilometer

Source§

type Output = Per<CubicKilometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for CubicCentimeter

Source§

type Output = Per<CubicCentimeter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for CubicMillimeter

Source§

type Output = Per<CubicMillimeter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Liter
where <Liter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Liter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Liter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Milliliter

Source§

type Output = Per<Milliliter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Microliter

Source§

type Output = Per<Microliter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Centiliter

Source§

type Output = Per<Centiliter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Deciliter
where <Deciliter as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Deciliter as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Deciliter, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for MeterPerSecondSquared

Source§

type Output = Per<MeterPerSecondSquared, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for StandardGravity

Source§

type Output = Per<StandardGravity, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Newton
where <Newton as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Newton as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Newton, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Micronewton

Source§

type Output = Per<Micronewton, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Millinewton

Source§

type Output = Per<Millinewton, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilonewton

Source§

type Output = Per<Kilonewton, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Meganewton

Source§

type Output = Per<Meganewton, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Giganewton

Source§

type Output = Per<Giganewton, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Joule
where <Joule as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Joule as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Joule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Picojoule
where <Picojoule as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Picojoule as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picojoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Nanojoule
where <Nanojoule as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Nanojoule as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanojoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Microjoule

Source§

type Output = Per<Microjoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Millijoule

Source§

type Output = Per<Millijoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilojoule
where <Kilojoule as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Kilojoule as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilojoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Megajoule
where <Megajoule as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Megajoule as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megajoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Gigajoule
where <Gigajoule as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Gigajoule as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigajoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Terajoule
where <Terajoule as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Terajoule as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Terajoule, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for WattHour
where <WattHour as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<WattHour as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<WattHour, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for KilowattHour

Source§

type Output = Per<KilowattHour, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Pascal
where <Pascal as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Pascal as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Pascal, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Millipascal

Source§

type Output = Per<Millipascal, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Hectopascal

Source§

type Output = Per<Hectopascal, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilopascal

Source§

type Output = Per<Kilopascal, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Megapascal

Source§

type Output = Per<Megapascal, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Gigapascal

Source§

type Output = Per<Gigapascal, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Bar
where <Bar as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Bar as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Bar, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kelvin
where <Kelvin as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Kelvin as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kelvin, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Rankine
where <Rankine as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Rankine as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Rankine, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Prod<Degree, Degree>

Source§

type Output = Per<Prod<Degree, Degree>, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Prod<Radian, Radian>

Source§

type Output = Per<Prod<Radian, Radian>, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Prod<Milliradian, Milliradian>

Source§

type Output = Per<Prod<Milliradian, Milliradian>, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Nanogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Nanogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Nanogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanojoule> for Minute
where <Minute as Unit>::Dim: DimDiv<<Nanojoule as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Nanojoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Nanojoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanometer> for Minute
where <Minute as Unit>::Dim: DimDiv<<Nanometer as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Nanometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Nanometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanosecond> for Minute

Source§

type Output = Per<Minute, Nanosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Nanowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Nanowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Nanowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Newton> for Minute
where <Minute as Unit>::Dim: DimDiv<<Newton as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Newton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Newton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Pascal> for Minute
where <Minute as Unit>::Dim: DimDiv<<Pascal as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Pascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Pascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Petagram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Petagram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Petagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Petagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Petameter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Petameter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Petameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Petameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Petawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Petawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Petawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Petawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Picogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Picogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Picogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picojoule> for Minute
where <Minute as Unit>::Dim: DimDiv<<Picojoule as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Picojoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Picojoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picometer> for Minute
where <Minute as Unit>::Dim: DimDiv<<Picometer as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Picometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Picometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picosecond> for Minute

Source§

type Output = Per<Minute, Picosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Picowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Picowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Picowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Centimeter, Centimeter>> for Minute

Source§

type Output = Per<Minute, Prod<Centimeter, Centimeter>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Degree, Degree>> for Minute

Source§

type Output = Per<Minute, Prod<Degree, Degree>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Kilometer, Kilometer>> for Minute

Source§

type Output = Per<Minute, Prod<Kilometer, Kilometer>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Meter, Meter>> for Minute
where <Minute as Unit>::Dim: DimDiv<<Prod<Meter, Meter> as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Prod<Meter, Meter> as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Prod<Meter, Meter>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Millimeter, Millimeter>> for Minute

Source§

type Output = Per<Minute, Prod<Millimeter, Millimeter>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Milliradian, Milliradian>> for Minute

Source§

type Output = Per<Minute, Prod<Milliradian, Milliradian>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Radian, Radian>> for Minute

Source§

type Output = Per<Minute, Prod<Radian, Radian>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Radian> for Minute
where <Minute as Unit>::Dim: DimDiv<<Radian as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Radian as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Radian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Rankine> for Minute
where <Minute as Unit>::Dim: DimDiv<<Rankine as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Rankine as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Rankine>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Second> for Minute
where <Minute as Unit>::Dim: DimDiv<<Second as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Second as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Second>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<StandardGravity> for Minute

Source§

type Output = Per<Minute, StandardGravity>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Teragram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Teragram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Teragram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Teragram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terajoule> for Minute
where <Minute as Unit>::Dim: DimDiv<<Terajoule as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Terajoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Terajoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terameter> for Minute
where <Minute as Unit>::Dim: DimDiv<<Terameter as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Terameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Terameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terasecond> for Minute

Source§

type Output = Per<Minute, Terasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Terawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Terawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Terawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Tonne> for Minute
where <Minute as Unit>::Dim: DimDiv<<Tonne as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Tonne as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Tonne>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Turn> for Minute
where <Minute as Unit>::Dim: DimDiv<<Turn as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Turn as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Turn>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Watt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Watt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Watt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Watt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<WattHour> for Minute
where <Minute as Unit>::Dim: DimDiv<<WattHour as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<WattHour as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, WattHour>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Week> for Minute
where <Minute as Unit>::Dim: DimDiv<<Week as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Week as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Week>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Year> for Minute
where <Minute as Unit>::Dim: DimDiv<<Year as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Year as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Year>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yoctogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Yoctogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Yoctogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Yoctogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yoctometer> for Minute

Source§

type Output = Per<Minute, Yoctometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yoctowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Yoctowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Yoctowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Yoctowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yottagram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Yottagram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Yottagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Yottagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yottameter> for Minute

Source§

type Output = Per<Minute, Yottameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yottawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Yottawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Yottawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Yottawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zeptogram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Zeptogram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Zeptogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Zeptogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zeptometer> for Minute

Source§

type Output = Per<Minute, Zeptometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zeptowatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Zeptowatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Zeptowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Zeptowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zettagram> for Minute
where <Minute as Unit>::Dim: DimDiv<<Zettagram as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Zettagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Zettagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zettameter> for Minute

Source§

type Output = Per<Minute, Zettameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zettawatt> for Minute
where <Minute as Unit>::Dim: DimDiv<<Zettawatt as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Zettawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Zettawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<U, S> QuantityDivOutput<S> for U
where U: Unit, S: Scalar,

Source§

type Output = Quantity<U, S>

The type that Div will return.
Source§

fn wrap(v: S) -> Quantity<U, S>

Wraps (or passes through) a raw scalar into the output type.
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> TimeUnit for T
where T: Unit<Dim = Dim<Z0, PInt<UInt<UTerm, B1>>, Z0, Z0, Z0, Z0, Z0, Z0>>,

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<U> UnitDiv<U> for U
where U: Unit, <U as Unit>::Dim: DimDiv<<U as Unit>::Dim>, <<U as Unit>::Dim as DimDiv<<U as Unit>::Dim>>::Output: Dimension,

Source§

type Output = SameDivOutput

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).