Struct azure_devops_rust_api::git::models::HistoryEntry
source · pub struct HistoryEntry {
pub change_list: Option<ChangeList>,
pub item_change_type: Option<ItemChangeType>,
pub server_item: Option<String>,
}Expand description
Fields§
§change_list: Option<ChangeList>§item_change_type: Option<ItemChangeType>The change made to the item from this change list (only relevant for File history, not folders)
server_item: Option<String>The path of the item at this point in history (only relevant for File history, not folders)
Implementations§
source§impl HistoryEntry
impl HistoryEntry
Trait Implementations§
source§impl Clone for HistoryEntry
impl Clone for HistoryEntry
source§fn clone(&self) -> HistoryEntry
fn clone(&self) -> HistoryEntry
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 HistoryEntry
impl Debug for HistoryEntry
source§impl Default for HistoryEntry
impl Default for HistoryEntry
source§fn default() -> HistoryEntry
fn default() -> HistoryEntry
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HistoryEntry
impl<'de> Deserialize<'de> for HistoryEntry
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<HistoryEntry> for HistoryEntry
impl PartialEq<HistoryEntry> for HistoryEntry
source§fn eq(&self, other: &HistoryEntry) -> bool
fn eq(&self, other: &HistoryEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.