Struct ya_relay_stack::TimeWindow
source · Implementations§
source§impl<V, A> TimeWindow<V, A>where
V: Zero,
A: Average<V>,
impl<V, A> TimeWindow<V, A>where
V: Zero,
A: Average<V>,
Trait Implementations§
source§impl<V, A> Add<TimeWindow<V, A>> for TimeWindow<V, A>where
V: Zero + Add<Output = V> + AddAssign + PartialEq + Clone,
A: Average<V> + Add<Output = A>,
impl<V, A> Add<TimeWindow<V, A>> for TimeWindow<V, A>where
V: Zero + Add<Output = V> + AddAssign + PartialEq + Clone,
A: Average<V> + Add<Output = A>,
§type Output = TimeWindow<V, A>
type Output = TimeWindow<V, A>
The resulting type after applying the
+ operator.source§fn add(self, rhs: TimeWindow<V, A>) -> TimeWindow<V, A>
fn add(self, rhs: TimeWindow<V, A>) -> TimeWindow<V, A>
Performs the
+ operation. Read more