Struct google_containeranalysis1::api::RelatedUrl
source · pub struct RelatedUrl {
pub label: Option<String>,
pub url: Option<String>,
}Expand description
Metadata for any related URL information.
This type is not used in any activity, and only used as part of another schema.
Fields§
§label: Option<String>Label to describe usage of the URL.
url: Option<String>Specific URL associated with the resource.
Trait Implementations§
source§impl Clone for RelatedUrl
impl Clone for RelatedUrl
source§fn clone(&self) -> RelatedUrl
fn clone(&self) -> RelatedUrl
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 RelatedUrl
impl Debug for RelatedUrl
source§impl Default for RelatedUrl
impl Default for RelatedUrl
source§fn default() -> RelatedUrl
fn default() -> RelatedUrl
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RelatedUrl
impl<'de> Deserialize<'de> for RelatedUrl
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