Struct azure_devops_rust_api::build::models::WorkspaceMapping   
source · pub struct WorkspaceMapping {
    pub definition_uri: Option<String>,
    pub depth: Option<i32>,
    pub local_item: Option<String>,
    pub mapping_type: Option<MappingType>,
    pub server_item: Option<String>,
    pub workspace_id: Option<i32>,
}Expand description
Mapping for a workspace
Fields§
§definition_uri: Option<String>Uri of the associated definition
depth: Option<i32>Depth of this mapping
local_item: Option<String>local location of the definition
mapping_type: Option<MappingType>type of workspace mapping
server_item: Option<String>Server location of the definition
workspace_id: Option<i32>Id of the workspace
Implementations§
Trait Implementations§
source§impl Clone for WorkspaceMapping
 
impl Clone for WorkspaceMapping
source§fn clone(&self) -> WorkspaceMapping
 
fn clone(&self) -> WorkspaceMapping
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 WorkspaceMapping
 
impl Debug for WorkspaceMapping
source§impl Default for WorkspaceMapping
 
impl Default for WorkspaceMapping
source§fn default() -> WorkspaceMapping
 
fn default() -> WorkspaceMapping
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WorkspaceMapping
 
impl<'de> Deserialize<'de> for WorkspaceMapping
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 WorkspaceMapping
 
impl PartialEq for WorkspaceMapping
source§fn eq(&self, other: &WorkspaceMapping) -> bool
 
fn eq(&self, other: &WorkspaceMapping) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for WorkspaceMapping
 
impl Serialize for WorkspaceMapping
impl StructuralPartialEq for WorkspaceMapping
Auto Trait Implementations§
impl RefUnwindSafe for WorkspaceMapping
impl Send for WorkspaceMapping
impl Sync for WorkspaceMapping
impl Unpin for WorkspaceMapping
impl UnwindSafe for WorkspaceMapping
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