Struct azure_devops_rust_api::hooks::models::InputValuesQuery
source · pub struct InputValuesQuery {
pub current_values: Option<Value>,
pub input_values: Vec<InputValues>,
pub resource: Option<Value>,
}Expand description
Fields§
§current_values: Option<Value>§input_values: Vec<InputValues>The input values to return on input, and the result from the consumer on output.
resource: Option<Value>Subscription containing information about the publisher/consumer and the current input values
Implementations§
Trait Implementations§
source§impl Clone for InputValuesQuery
impl Clone for InputValuesQuery
source§fn clone(&self) -> InputValuesQuery
fn clone(&self) -> InputValuesQuery
Returns a copy 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 InputValuesQuery
impl Debug for InputValuesQuery
source§impl Default for InputValuesQuery
impl Default for InputValuesQuery
source§fn default() -> InputValuesQuery
fn default() -> InputValuesQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InputValuesQuery
impl<'de> Deserialize<'de> for InputValuesQuery
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<InputValuesQuery> for InputValuesQuery
impl PartialEq<InputValuesQuery> for InputValuesQuery
source§fn eq(&self, other: &InputValuesQuery) -> bool
fn eq(&self, other: &InputValuesQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.