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