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