pub enum UnitPart {
Ranged,
Harvest,
Generate,
Work,
Battery,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnitPart
impl RefUnwindSafe for UnitPart
impl Send for UnitPart
impl Sync for UnitPart
impl Unpin for UnitPart
impl UnwindSafe for UnitPart
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