Struct azure_devops_rust_api::tfvc::models::TfvcBranchMapping   
source · pub struct TfvcBranchMapping {
    pub depth: Option<String>,
    pub server_item: Option<String>,
    pub type_: Option<String>,
}Expand description
A branch mapping.
Fields§
§depth: Option<String>Depth of the branch.
server_item: Option<String>Server item for the branch.
type_: Option<String>Type of the branch.
Implementations§
Trait Implementations§
source§impl Clone for TfvcBranchMapping
 
impl Clone for TfvcBranchMapping
source§fn clone(&self) -> TfvcBranchMapping
 
fn clone(&self) -> TfvcBranchMapping
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 TfvcBranchMapping
 
impl Debug for TfvcBranchMapping
source§impl Default for TfvcBranchMapping
 
impl Default for TfvcBranchMapping
source§fn default() -> TfvcBranchMapping
 
fn default() -> TfvcBranchMapping
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TfvcBranchMapping
 
impl<'de> Deserialize<'de> for TfvcBranchMapping
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 TfvcBranchMapping
 
impl PartialEq for TfvcBranchMapping
source§fn eq(&self, other: &TfvcBranchMapping) -> bool
 
fn eq(&self, other: &TfvcBranchMapping) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for TfvcBranchMapping
 
impl Serialize for TfvcBranchMapping
impl StructuralPartialEq for TfvcBranchMapping
Auto Trait Implementations§
impl RefUnwindSafe for TfvcBranchMapping
impl Send for TfvcBranchMapping
impl Sync for TfvcBranchMapping
impl Unpin for TfvcBranchMapping
impl UnwindSafe for TfvcBranchMapping
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