pub struct OperatorChainEntry {
pub node_id: u64,
pub operator_name: String,
pub operator_version: String,
}Expand description
Entry in the operator call chain for flow operator errors
Fields§
§node_id: u64§operator_name: String§operator_version: StringTrait Implementations§
Source§impl Clone for OperatorChainEntry
impl Clone for OperatorChainEntry
Source§fn clone(&self) -> OperatorChainEntry
fn clone(&self) -> OperatorChainEntry
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 OperatorChainEntry
impl Debug for OperatorChainEntry
Source§impl<'de> Deserialize<'de> for OperatorChainEntry
impl<'de> Deserialize<'de> for OperatorChainEntry
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 PartialEq for OperatorChainEntry
impl PartialEq for OperatorChainEntry
Source§impl Serialize for OperatorChainEntry
impl Serialize for OperatorChainEntry
impl StructuralPartialEq for OperatorChainEntry
Auto Trait Implementations§
impl Freeze for OperatorChainEntry
impl RefUnwindSafe for OperatorChainEntry
impl Send for OperatorChainEntry
impl Sync for OperatorChainEntry
impl Unpin for OperatorChainEntry
impl UnsafeUnpin for OperatorChainEntry
impl UnwindSafe for OperatorChainEntry
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