Enum uom::si::areal_number_rate::Units
source · #[non_exhaustive]pub enum Units {
per_square_meter_second(per_square_meter_second),
per_square_centimeter_second(per_square_centimeter_second),
per_acre_second(per_acre_second),
per_are_second(per_are_second),
per_barn_second(per_barn_second),
per_circular_mil_second(per_circular_mil_second),
per_hectare_second(per_hectare_second),
per_square_foot_second(per_square_foot_second),
per_square_inch_second(per_square_inch_second),
per_square_mile_second(per_square_mile_second),
per_square_yard_second(per_square_yard_second),
}
Expand description
Unit enum.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
per_square_meter_second(per_square_meter_second)
per square meter second
per_square_centimeter_second(per_square_centimeter_second)
per square centimeter second
per_acre_second(per_acre_second)
per acre second
per_are_second(per_are_second)
per are second
per_barn_second(per_barn_second)
per barn second
per_circular_mil_second(per_circular_mil_second)
per circular mil second
per_hectare_second(per_hectare_second)
per hectare second
per_square_foot_second(per_square_foot_second)
per square foot second
per_square_inch_second(per_square_inch_second)
per square inch second
per_square_mile_second(per_square_mile_second)
per square mile second
per_square_yard_second(per_square_yard_second)
per square yard second
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Units
impl RefUnwindSafe for Units
impl Send for Units
impl Sync for Units
impl Unpin for Units
impl UnwindSafe for Units
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more