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