pub enum RetreatAction {
Disband,
Move {
to: Province,
},
}Variants§
Auto Trait Implementations§
impl Freeze for RetreatAction
impl RefUnwindSafe for RetreatAction
impl Send for RetreatAction
impl Sync for RetreatAction
impl Unpin for RetreatAction
impl UnwindSafe for RetreatAction
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