pub struct LTBMoniDataSeries { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for LTBMoniDataSeries
impl Clone for LTBMoniDataSeries
Source§fn clone(&self) -> LTBMoniDataSeries
fn clone(&self) -> LTBMoniDataSeries
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 LTBMoniDataSeries
impl Debug for LTBMoniDataSeries
Source§impl Default for LTBMoniDataSeries
impl Default for LTBMoniDataSeries
Source§impl Display for LTBMoniDataSeries
impl Display for LTBMoniDataSeries
Source§impl MoniSeries<LTBMoniData> for LTBMoniDataSeries
impl MoniSeries<LTBMoniData> for LTBMoniDataSeries
fn get_data(&self) -> &HashMap<u8, VecDeque<LTBMoniData>>
fn get_data_mut(&mut self) -> &mut HashMap<u8, VecDeque<LTBMoniData>>
fn get_max_size(&self) -> usize
Source§fn get_var_for_board(&self, varname: &str, rb_id: &u8) -> Option<Vec<f32>>
fn get_var_for_board(&self, varname: &str, rb_id: &u8) -> Option<Vec<f32>>
Get a certain variable, but only for a single board
Source§fn get_board_ids(&self) -> Vec<u8>
fn get_board_ids(&self) -> Vec<u8>
A list of boards in this series
fn get_last_moni(&self, board_id: u8) -> Option<T>
Source§impl PartialEq for LTBMoniDataSeries
impl PartialEq for LTBMoniDataSeries
impl StructuralPartialEq for LTBMoniDataSeries
Auto Trait Implementations§
impl Freeze for LTBMoniDataSeries
impl RefUnwindSafe for LTBMoniDataSeries
impl Send for LTBMoniDataSeries
impl Sync for LTBMoniDataSeries
impl Unpin for LTBMoniDataSeries
impl UnwindSafe for LTBMoniDataSeries
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,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more