pub struct ContextSetBoolAction { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ActionPrimitive for ContextSetBoolAction
impl ActionPrimitive for ContextSetBoolAction
fn manifest(&self) -> &ActionPrimitiveManifest
fn execute( &self, inputs: &HashMap<String, ActionValue>, _parameters: &HashMap<String, ParameterValue>, ) -> HashMap<String, ActionValue>
Auto Trait Implementations§
impl Freeze for ContextSetBoolAction
impl RefUnwindSafe for ContextSetBoolAction
impl Send for ContextSetBoolAction
impl Sync for ContextSetBoolAction
impl Unpin for ContextSetBoolAction
impl UnsafeUnpin for ContextSetBoolAction
impl UnwindSafe for ContextSetBoolAction
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