pub enum AreaUnit {
Show 32 variants
SquareKilometer,
SquareMeter,
SquareCentimeter,
SquareMillimeter,
Hectare,
Are,
Decare,
SquareMile,
AcreInternational,
AcreUSSurvey,
SquareYard,
SquareFootInternational,
SquareFootUSSurvey,
SquareInch,
Rood,
SquareChain,
SquareFurlong,
SquarePerch,
Township,
Section,
Homestead,
Dunam,
Tsubo,
Ping,
CircularInch,
CircularMil,
Barn,
Centiare,
Deciare,
Killa,
Ground,
Cent,
}Variants§
SquareKilometer
SquareMeter
SquareCentimeter
SquareMillimeter
Hectare
Are
Decare
SquareMile
AcreInternational
AcreUSSurvey
SquareYard
SquareFootInternational
SquareFootUSSurvey
SquareInch
Rood
SquareChain
SquareFurlong
SquarePerch
Township
Section
Homestead
Dunam
Tsubo
Ping
CircularInch
CircularMil
Barn
Centiare
Deciare
Killa
Ground
Cent
Trait Implementations§
impl Copy for AreaUnit
Auto Trait Implementations§
impl Freeze for AreaUnit
impl RefUnwindSafe for AreaUnit
impl Send for AreaUnit
impl Sync for AreaUnit
impl Unpin for AreaUnit
impl UnwindSafe for AreaUnit
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