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