Struct azure_devops_rust_api::operations::models::ReferenceLinks
source · pub struct ReferenceLinks {
pub links: Option<Value>,
}
Expand description
The class to represent a collection of REST reference links.
Fields§
§links: Option<Value>
The readonly view of the links. Because Reference links are readonly, we only want to expose them as read only.
Implementations§
Trait Implementations§
source§impl Clone for ReferenceLinks
impl Clone for ReferenceLinks
source§fn clone(&self) -> ReferenceLinks
fn clone(&self) -> ReferenceLinks
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 ReferenceLinks
impl Debug for ReferenceLinks
source§impl Default for ReferenceLinks
impl Default for ReferenceLinks
source§fn default() -> ReferenceLinks
fn default() -> ReferenceLinks
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReferenceLinks
impl<'de> Deserialize<'de> for ReferenceLinks
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 ReferenceLinks
impl PartialEq for ReferenceLinks
source§fn eq(&self, other: &ReferenceLinks) -> bool
fn eq(&self, other: &ReferenceLinks) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ReferenceLinks
impl Serialize for ReferenceLinks
impl StructuralPartialEq for ReferenceLinks
Auto Trait Implementations§
impl RefUnwindSafe for ReferenceLinks
impl Send for ReferenceLinks
impl Sync for ReferenceLinks
impl Unpin for ReferenceLinks
impl UnwindSafe for ReferenceLinks
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