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