pub struct TurnStart {
pub turn: u32,
}Expand description
Fired at the start of an agent turn.
Fields§
§turn: u32Turn number being started.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TurnStart
impl RefUnwindSafe for TurnStart
impl Send for TurnStart
impl Sync for TurnStart
impl Unpin for TurnStart
impl UnsafeUnpin for TurnStart
impl UnwindSafe for TurnStart
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