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