pub struct Retreat {
pub owner: Power,
pub province: Province,
pub action: RetreatAction,
}Fields§
§owner: Power§province: Province§action: RetreatActionAuto Trait Implementations§
impl Freeze for Retreat
impl RefUnwindSafe for Retreat
impl Send for Retreat
impl Sync for Retreat
impl Unpin for Retreat
impl UnwindSafe for Retreat
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