Struct azure_devops_rust_api::graph::models::GraphDescriptorResult
source · pub struct GraphDescriptorResult {
pub links: Option<Value>,
pub value: Option<String>,
}Expand description
Subject descriptor of a Graph entity
Fields§
§links: Option<Value>Links
value: Option<String>Implementations§
Trait Implementations§
source§impl Clone for GraphDescriptorResult
impl Clone for GraphDescriptorResult
source§fn clone(&self) -> GraphDescriptorResult
fn clone(&self) -> GraphDescriptorResult
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 GraphDescriptorResult
impl Debug for GraphDescriptorResult
source§impl Default for GraphDescriptorResult
impl Default for GraphDescriptorResult
source§fn default() -> GraphDescriptorResult
fn default() -> GraphDescriptorResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GraphDescriptorResult
impl<'de> Deserialize<'de> for GraphDescriptorResult
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<GraphDescriptorResult> for GraphDescriptorResult
impl PartialEq<GraphDescriptorResult> for GraphDescriptorResult
source§fn eq(&self, other: &GraphDescriptorResult) -> bool
fn eq(&self, other: &GraphDescriptorResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.