pub struct MoveAction {
pub unit_id: u32,
pub from: Hex,
pub to: Hex,
}Fields§
§unit_id: u32§from: Hex§to: HexAuto Trait Implementations§
impl Freeze for MoveAction
impl RefUnwindSafe for MoveAction
impl Send for MoveAction
impl Sync for MoveAction
impl Unpin for MoveAction
impl UnwindSafe for MoveAction
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