pub struct ContextSeriesSource { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for ContextSeriesSource
impl Default for ContextSeriesSource
Source§impl SourcePrimitive for ContextSeriesSource
impl SourcePrimitive for ContextSeriesSource
fn manifest(&self) -> &SourcePrimitiveManifest
fn produce( &self, parameters: &HashMap<String, ParameterValue>, ctx: &ExecutionContext, ) -> HashMap<String, Value>
Auto Trait Implementations§
impl Freeze for ContextSeriesSource
impl RefUnwindSafe for ContextSeriesSource
impl Send for ContextSeriesSource
impl Sync for ContextSeriesSource
impl Unpin for ContextSeriesSource
impl UnsafeUnpin for ContextSeriesSource
impl UnwindSafe for ContextSeriesSource
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