Struct azure_devops_rust_api::git::models::GitRefFavorite
source · pub struct GitRefFavorite {
pub links: Option<ReferenceLinks>,
pub id: Option<i32>,
pub identity_id: Option<String>,
pub name: Option<String>,
pub repository_id: Option<String>,
pub type_: Option<Type>,
pub url: Option<String>,
}Expand description
Fields§
§links: Option<ReferenceLinks>The class to represent a collection of REST reference links.
id: Option<i32>§identity_id: Option<String>§name: Option<String>§repository_id: Option<String>§type_: Option<Type>§url: Option<String>Implementations§
Trait Implementations§
source§impl Clone for GitRefFavorite
impl Clone for GitRefFavorite
source§fn clone(&self) -> GitRefFavorite
fn clone(&self) -> GitRefFavorite
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 GitRefFavorite
impl Debug for GitRefFavorite
source§impl Default for GitRefFavorite
impl Default for GitRefFavorite
source§fn default() -> GitRefFavorite
fn default() -> GitRefFavorite
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GitRefFavorite
impl<'de> Deserialize<'de> for GitRefFavorite
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<GitRefFavorite> for GitRefFavorite
impl PartialEq<GitRefFavorite> for GitRefFavorite
source§fn eq(&self, other: &GitRefFavorite) -> bool
fn eq(&self, other: &GitRefFavorite) -> bool
This method tests for
self and other values to be equal, and is used
by ==.