Struct azure_mgmt_datadog::package_2021_03::models::LinkedResource
source · Expand description
The definition of a linked resource.
Fields§
§id: Option<String>
The ARM id of the linked resource.
Implementations§
Trait Implementations§
source§impl Clone for LinkedResource
impl Clone for LinkedResource
source§fn clone(&self) -> LinkedResource
fn clone(&self) -> LinkedResource
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 LinkedResource
impl Debug for LinkedResource
source§impl Default for LinkedResource
impl Default for LinkedResource
source§fn default() -> LinkedResource
fn default() -> LinkedResource
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LinkedResource
impl<'de> Deserialize<'de> for LinkedResource
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<LinkedResource> for LinkedResource
impl PartialEq<LinkedResource> for LinkedResource
source§fn eq(&self, other: &LinkedResource) -> bool
fn eq(&self, other: &LinkedResource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.