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