Struct below_store::LocalStore
source · [−]pub struct LocalStore { /* private fields */ }Implementations
Trait Implementations
sourceimpl Store for LocalStore
impl Store for LocalStore
type SampleType = DataFrame
sourcefn get_sample_at_timestamp(
&mut self,
timestamp: SystemTime,
direction: Direction
) -> Result<Option<(SystemTime, Self::SampleType)>>
fn get_sample_at_timestamp(
&mut self,
timestamp: SystemTime,
direction: Direction
) -> Result<Option<(SystemTime, Self::SampleType)>>
Return the sample time and data frame. Needs to be implemented by
all stores. Read more
Auto Trait Implementations
impl !RefUnwindSafe for LocalStore
impl Send for LocalStore
impl !Sync for LocalStore
impl Unpin for LocalStore
impl UnwindSafe for LocalStore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more