Struct cu29::config::NodeInstanceConfig
source · pub struct NodeInstanceConfig(pub HashMap<String, Value>);Expand description
This is the configuration of a task instance. It is a map of key-value pairs. It is given to the new method of the task implementation.
Tuple Fields§
§0: HashMap<String, Value>Implementations§
Trait Implementations§
source§impl Clone for NodeInstanceConfig
impl Clone for NodeInstanceConfig
source§fn clone(&self) -> NodeInstanceConfig
fn clone(&self) -> NodeInstanceConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for NodeInstanceConfig
impl Debug for NodeInstanceConfig
source§impl Default for NodeInstanceConfig
impl Default for NodeInstanceConfig
source§fn default() -> NodeInstanceConfig
fn default() -> NodeInstanceConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NodeInstanceConfig
impl<'de> Deserialize<'de> for NodeInstanceConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for NodeInstanceConfig
impl Display for NodeInstanceConfig
Auto Trait Implementations§
impl Freeze for NodeInstanceConfig
impl RefUnwindSafe for NodeInstanceConfig
impl Send for NodeInstanceConfig
impl Sync for NodeInstanceConfig
impl Unpin for NodeInstanceConfig
impl UnwindSafe for NodeInstanceConfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)