pub enum UnitAlias {
None,
Unit,
Tech,
}
Expand description
Alias of counted units, used in CountOptions
.
Variants§
None
Don’t count alias.
Unit
Count unit-alias, used when unit has 2 forms.
Tech
Count tech-alias, used when unit has more than 2 forms (usually structures).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnitAlias
impl RefUnwindSafe for UnitAlias
impl Send for UnitAlias
impl Sync for UnitAlias
impl Unpin for UnitAlias
impl UnwindSafe for UnitAlias
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