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