pub struct FlowStatusModuleAgentActionsInnerOneOf {
pub job_id: Uuid,
pub function_name: String,
pub type: Type,
pub module_id: String,
}
Fields§
§job_id: Uuid
§function_name: String
§type: Type
§module_id: String
Implementations§
Trait Implementations§
Source§impl Clone for FlowStatusModuleAgentActionsInnerOneOf
impl Clone for FlowStatusModuleAgentActionsInnerOneOf
Source§fn clone(&self) -> FlowStatusModuleAgentActionsInnerOneOf
fn clone(&self) -> FlowStatusModuleAgentActionsInnerOneOf
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 Default for FlowStatusModuleAgentActionsInnerOneOf
impl Default for FlowStatusModuleAgentActionsInnerOneOf
Source§fn default() -> FlowStatusModuleAgentActionsInnerOneOf
fn default() -> FlowStatusModuleAgentActionsInnerOneOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowStatusModuleAgentActionsInnerOneOf
impl<'de> Deserialize<'de> for FlowStatusModuleAgentActionsInnerOneOf
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 FlowStatusModuleAgentActionsInnerOneOf
impl PartialEq for FlowStatusModuleAgentActionsInnerOneOf
Source§fn eq(&self, other: &FlowStatusModuleAgentActionsInnerOneOf) -> bool
fn eq(&self, other: &FlowStatusModuleAgentActionsInnerOneOf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for FlowStatusModuleAgentActionsInnerOneOf
Auto Trait Implementations§
impl Freeze for FlowStatusModuleAgentActionsInnerOneOf
impl RefUnwindSafe for FlowStatusModuleAgentActionsInnerOneOf
impl Send for FlowStatusModuleAgentActionsInnerOneOf
impl Sync for FlowStatusModuleAgentActionsInnerOneOf
impl Unpin for FlowStatusModuleAgentActionsInnerOneOf
impl UnwindSafe for FlowStatusModuleAgentActionsInnerOneOf
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