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