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