Struct azure_devops_rust_api::release::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 for InputValuesQuery
impl PartialEq 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 ==
.source§impl Serialize for InputValuesQuery
impl Serialize for InputValuesQuery
impl StructuralPartialEq for InputValuesQuery
Auto Trait Implementations§
impl RefUnwindSafe for InputValuesQuery
impl Send for InputValuesQuery
impl Sync for InputValuesQuery
impl Unpin for InputValuesQuery
impl UnwindSafe for InputValuesQuery
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