pub enum AreaUnitType {
Circular,
Cylindrical,
Rectangular,
Spherical,
Square,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AreaUnitType
impl Clone for AreaUnitType
Source§fn clone(&self) -> AreaUnitType
fn clone(&self) -> AreaUnitType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AreaUnitType
Source§impl Debug for AreaUnitType
impl Debug for AreaUnitType
impl Eq for AreaUnitType
Source§impl PartialEq for AreaUnitType
impl PartialEq for AreaUnitType
Source§fn eq(&self, other: &AreaUnitType) -> bool
fn eq(&self, other: &AreaUnitType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AreaUnitType
Auto Trait Implementations§
impl Freeze for AreaUnitType
impl RefUnwindSafe for AreaUnitType
impl Send for AreaUnitType
impl Sync for AreaUnitType
impl Unpin for AreaUnitType
impl UnsafeUnpin for AreaUnitType
impl UnwindSafe for AreaUnitType
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