Struct azure_devops_rust_api::hooks::models::ConsumerList
source · pub struct ConsumerList {
pub count: Option<i32>,
pub value: Vec<Consumer>,
}Expand description
Fields§
§count: Option<i32>§value: Vec<Consumer>Implementations§
source§impl ConsumerList
impl ConsumerList
Trait Implementations§
source§impl Clone for ConsumerList
impl Clone for ConsumerList
source§fn clone(&self) -> ConsumerList
fn clone(&self) -> ConsumerList
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 ConsumerList
impl Debug for ConsumerList
source§impl Default for ConsumerList
impl Default for ConsumerList
source§fn default() -> ConsumerList
fn default() -> ConsumerList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ConsumerList
impl<'de> Deserialize<'de> for ConsumerList
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<ConsumerList> for ConsumerList
impl PartialEq<ConsumerList> for ConsumerList
source§fn eq(&self, other: &ConsumerList) -> bool
fn eq(&self, other: &ConsumerList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.