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