Struct below_store::RemoteStore
source · [−]pub struct RemoteStore { /* private fields */ }Implementations
Trait Implementations
sourceimpl Store for RemoteStore
impl Store for RemoteStore
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 RemoteStore
impl Send for RemoteStore
impl Sync for RemoteStore
impl Unpin for RemoteStore
impl UnwindSafe for RemoteStore
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