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