pub struct AgentTargetExecutionOptions {
pub type_: Option<i32>,
}Expand description
Additional options for running phases against an agent queue.
Fields§
§type_: Option<i32>Indicates the type of execution options.
Implementations§
Trait Implementations§
Source§impl Clone for AgentTargetExecutionOptions
impl Clone for AgentTargetExecutionOptions
Source§fn clone(&self) -> AgentTargetExecutionOptions
fn clone(&self) -> AgentTargetExecutionOptions
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 AgentTargetExecutionOptions
impl Debug for AgentTargetExecutionOptions
Source§impl Default for AgentTargetExecutionOptions
impl Default for AgentTargetExecutionOptions
Source§fn default() -> AgentTargetExecutionOptions
fn default() -> AgentTargetExecutionOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentTargetExecutionOptions
impl<'de> Deserialize<'de> for AgentTargetExecutionOptions
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
impl StructuralPartialEq for AgentTargetExecutionOptions
Auto Trait Implementations§
impl Freeze for AgentTargetExecutionOptions
impl RefUnwindSafe for AgentTargetExecutionOptions
impl Send for AgentTargetExecutionOptions
impl Sync for AgentTargetExecutionOptions
impl Unpin for AgentTargetExecutionOptions
impl UnwindSafe for AgentTargetExecutionOptions
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