pub struct SustainedPressureGoalCalculator { /* private fields */ }Expand description
Tags goals scored after sustained offensive pressure.
Implementations§
Source§impl SustainedPressureGoalCalculator
impl SustainedPressureGoalCalculator
pub fn new() -> Self
pub fn events(&self) -> &[GoalTagAssignment]
pub fn new_events(&self) -> &[GoalTagAssignment]
Source§impl SustainedPressureGoalCalculator
impl SustainedPressureGoalCalculator
pub fn update( &mut self, match_stats: &MatchStatsCalculator, ) -> SubtrActorResult<()>
Trait Implementations§
impl StructuralPartialEq for SustainedPressureGoalCalculator
Auto Trait Implementations§
impl Freeze for SustainedPressureGoalCalculator
impl RefUnwindSafe for SustainedPressureGoalCalculator
impl Send for SustainedPressureGoalCalculator
impl Sync for SustainedPressureGoalCalculator
impl Unpin for SustainedPressureGoalCalculator
impl UnsafeUnpin for SustainedPressureGoalCalculator
impl UnwindSafe for SustainedPressureGoalCalculator
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