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