pub struct AgentCustomVariables(/* private fields */);Expand description
Open variables object accepted by the Agent invocation schema.
This is the only open JSON map in the Agent v1 request contracts.
Implementations§
Trait Implementations§
Source§impl Clone for AgentCustomVariables
impl Clone for AgentCustomVariables
Source§fn clone(&self) -> AgentCustomVariables
fn clone(&self) -> AgentCustomVariables
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgentCustomVariables
impl Debug for AgentCustomVariables
Source§impl Default for AgentCustomVariables
impl Default for AgentCustomVariables
Source§fn default() -> AgentCustomVariables
fn default() -> AgentCustomVariables
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentCustomVariables
impl<'de> Deserialize<'de> for AgentCustomVariables
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
Auto Trait Implementations§
impl Freeze for AgentCustomVariables
impl RefUnwindSafe for AgentCustomVariables
impl Send for AgentCustomVariables
impl Sync for AgentCustomVariables
impl Unpin for AgentCustomVariables
impl UnsafeUnpin for AgentCustomVariables
impl UnwindSafe for AgentCustomVariables
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