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