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