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