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