pub enum AdjustAction {
Disband,
Build {
unit_type: UnitType,
},
}Variants§
Auto Trait Implementations§
impl Freeze for AdjustAction
impl RefUnwindSafe for AdjustAction
impl Send for AdjustAction
impl Sync for AdjustAction
impl Unpin for AdjustAction
impl UnwindSafe for AdjustAction
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