Struct datastreams_rs::DataStream
source · pub struct DataStream<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> { /* private fields */ }Trait Implementations§
source§impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64, F> DataStreamAggregations<F, GRANULARITY_MS, HISTORY_SIZE> for DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64, F> DataStreamAggregations<F, GRANULARITY_MS, HISTORY_SIZE> for DataStream<HISTORY_SIZE, GRANULARITY_MS>
source§impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> DataStreamOperations for DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> DataStreamOperations for DataStream<HISTORY_SIZE, GRANULARITY_MS>
source§impl<'a, const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> IntoIterator for &'a DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<'a, const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> IntoIterator for &'a DataStream<HISTORY_SIZE, GRANULARITY_MS>
Auto Trait Implementations§
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> Freeze for DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> RefUnwindSafe for DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> Send for DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> Sync for DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> Unpin for DataStream<HISTORY_SIZE, GRANULARITY_MS>
impl<const HISTORY_SIZE: usize, const GRANULARITY_MS: u64> UnwindSafe for DataStream<HISTORY_SIZE, GRANULARITY_MS>
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