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