pub struct ExecutorMetrics {
pub metrics: Option<HashMap<String, i64>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§metrics: Option<HashMap<String, i64>>no description provided
Trait Implementations§
Source§impl Clone for ExecutorMetrics
impl Clone for ExecutorMetrics
Source§fn clone(&self) -> ExecutorMetrics
fn clone(&self) -> ExecutorMetrics
Returns a duplicate 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 ExecutorMetrics
impl Debug for ExecutorMetrics
Source§impl Default for ExecutorMetrics
impl Default for ExecutorMetrics
Source§fn default() -> ExecutorMetrics
fn default() -> ExecutorMetrics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExecutorMetrics
impl<'de> Deserialize<'de> for ExecutorMetrics
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 Serialize for ExecutorMetrics
impl Serialize for ExecutorMetrics
impl Part for ExecutorMetrics
Auto Trait Implementations§
impl Freeze for ExecutorMetrics
impl RefUnwindSafe for ExecutorMetrics
impl Send for ExecutorMetrics
impl Sync for ExecutorMetrics
impl Unpin for ExecutorMetrics
impl UnwindSafe for ExecutorMetrics
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