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