pub struct BetweenWaveBehavior {
pub spawn_delay_ticks: u64,
pub advance_formation: bool,
}Expand description
Per-fight behavior selected for a normal wave transition. Dungeon overrides are independent: omitting either field preserves that standard behavior.
Fields§
§spawn_delay_ticks: u64§advance_formation: boolTrait Implementations§
Source§impl Clone for BetweenWaveBehavior
impl Clone for BetweenWaveBehavior
Source§fn clone(&self) -> BetweenWaveBehavior
fn clone(&self) -> BetweenWaveBehavior
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BetweenWaveBehavior
impl Debug for BetweenWaveBehavior
Source§impl PartialEq for BetweenWaveBehavior
impl PartialEq for BetweenWaveBehavior
impl Copy for BetweenWaveBehavior
impl Eq for BetweenWaveBehavior
impl StructuralPartialEq for BetweenWaveBehavior
Auto Trait Implementations§
impl Freeze for BetweenWaveBehavior
impl RefUnwindSafe for BetweenWaveBehavior
impl Send for BetweenWaveBehavior
impl Sync for BetweenWaveBehavior
impl Unpin for BetweenWaveBehavior
impl UnwindSafe for BetweenWaveBehavior
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more