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 for WikiPageStat
impl PartialEq 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 ==.source§impl Serialize for WikiPageStat
impl Serialize for WikiPageStat
impl StructuralPartialEq for WikiPageStat
Auto Trait Implementations§
impl RefUnwindSafe for WikiPageStat
impl Send for WikiPageStat
impl Sync for WikiPageStat
impl Unpin for WikiPageStat
impl UnwindSafe for WikiPageStat
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