pub struct HalfVolleyGoalCalculator { /* private fields */ }Implementations§
Source§impl HalfVolleyGoalCalculator
impl HalfVolleyGoalCalculator
pub fn new() -> Self
pub fn with_config(config: HalfVolleyGoalCalculatorConfig) -> Self
pub fn config(&self) -> &HalfVolleyGoalCalculatorConfig
pub fn events(&self) -> &[GoalTagEvent]
Source§impl HalfVolleyGoalCalculator
impl HalfVolleyGoalCalculator
pub fn update( &mut self, match_stats: &MatchStatsCalculator, half_volley: &HalfVolleyCalculator, ) -> SubtrActorResult<()>
Trait Implementations§
Source§impl Clone for HalfVolleyGoalCalculator
impl Clone for HalfVolleyGoalCalculator
Source§fn clone(&self) -> HalfVolleyGoalCalculator
fn clone(&self) -> HalfVolleyGoalCalculator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HalfVolleyGoalCalculator
impl Debug for HalfVolleyGoalCalculator
Source§impl Default for HalfVolleyGoalCalculator
impl Default for HalfVolleyGoalCalculator
Source§impl PartialEq for HalfVolleyGoalCalculator
impl PartialEq for HalfVolleyGoalCalculator
Source§fn eq(&self, other: &HalfVolleyGoalCalculator) -> bool
fn eq(&self, other: &HalfVolleyGoalCalculator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HalfVolleyGoalCalculator
Auto Trait Implementations§
impl Freeze for HalfVolleyGoalCalculator
impl RefUnwindSafe for HalfVolleyGoalCalculator
impl Send for HalfVolleyGoalCalculator
impl Sync for HalfVolleyGoalCalculator
impl Unpin for HalfVolleyGoalCalculator
impl UnsafeUnpin for HalfVolleyGoalCalculator
impl UnwindSafe for HalfVolleyGoalCalculator
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