Struct azure_devops_rust_api::git::models::TfvcBranchRef   
source · pub struct TfvcBranchRef {
    pub tfvc_shallow_branch_ref: TfvcShallowBranchRef,
    pub links: Option<Value>,
    pub created_date: Option<OffsetDateTime>,
    pub description: Option<String>,
    pub is_deleted: Option<bool>,
    pub owner: Option<IdentityRef>,
    pub url: Option<String>,
}Expand description
Metadata for a branchref.
Fields§
§tfvc_shallow_branch_ref: TfvcShallowBranchRef§links: Option<Value>Links
created_date: Option<OffsetDateTime>Creation date of the branch.
description: Option<String>Branch description.
is_deleted: Option<bool>Is the branch deleted?
owner: Option<IdentityRef>§url: Option<String>URL to retrieve the item.
Implementations§
source§impl TfvcBranchRef
 
impl TfvcBranchRef
Trait Implementations§
source§impl Clone for TfvcBranchRef
 
impl Clone for TfvcBranchRef
source§fn clone(&self) -> TfvcBranchRef
 
fn clone(&self) -> TfvcBranchRef
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 TfvcBranchRef
 
impl Debug for TfvcBranchRef
source§impl Default for TfvcBranchRef
 
impl Default for TfvcBranchRef
source§fn default() -> TfvcBranchRef
 
fn default() -> TfvcBranchRef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TfvcBranchRef
 
impl<'de> Deserialize<'de> for TfvcBranchRef
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 TfvcBranchRef
 
impl PartialEq for TfvcBranchRef
source§fn eq(&self, other: &TfvcBranchRef) -> bool
 
fn eq(&self, other: &TfvcBranchRef) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for TfvcBranchRef
 
impl Serialize for TfvcBranchRef
impl StructuralPartialEq for TfvcBranchRef
Auto Trait Implementations§
impl RefUnwindSafe for TfvcBranchRef
impl Send for TfvcBranchRef
impl Sync for TfvcBranchRef
impl Unpin for TfvcBranchRef
impl UnwindSafe for TfvcBranchRef
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