Struct azure_devops_rust_api::build::models::MappingDetails
source · pub struct MappingDetails {
pub local_path: Option<String>,
pub mapping_type: Option<String>,
pub server_path: Option<String>,
}Expand description
Represents an entry in a workspace mapping.
Fields§
§local_path: Option<String>The local path.
mapping_type: Option<String>The mapping type.
server_path: Option<String>The server path.
Implementations§
Trait Implementations§
source§impl Clone for MappingDetails
impl Clone for MappingDetails
source§fn clone(&self) -> MappingDetails
fn clone(&self) -> MappingDetails
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 MappingDetails
impl Debug for MappingDetails
source§impl Default for MappingDetails
impl Default for MappingDetails
source§fn default() -> MappingDetails
fn default() -> MappingDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MappingDetails
impl<'de> Deserialize<'de> for MappingDetails
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<MappingDetails> for MappingDetails
impl PartialEq<MappingDetails> for MappingDetails
source§fn eq(&self, other: &MappingDetails) -> bool
fn eq(&self, other: &MappingDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.