pub enum UnitKey {
Primary(Symbol),
Secondary(Symbol, Symbol),
}
Expand description
Without Kind to get name conflict between different primary units
Variants§
Trait Implementations§
impl Eq for UnitKey
impl StructuralPartialEq for UnitKey
Auto Trait Implementations§
impl Freeze for UnitKey
impl RefUnwindSafe for UnitKey
impl Send for UnitKey
impl Sync for UnitKey
impl Unpin for UnitKey
impl UnwindSafe for UnitKey
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