Struct google_containeranalysis1::api::AliasContext
source · pub struct AliasContext {
pub kind: Option<String>,
pub name: Option<String>,
}Expand description
An alias to a repo revision.
This type is not used in any activity, and only used as part of another schema.
Fields§
§kind: Option<String>The alias kind.
name: Option<String>The alias name.
Trait Implementations§
source§impl Clone for AliasContext
impl Clone for AliasContext
source§fn clone(&self) -> AliasContext
fn clone(&self) -> AliasContext
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 AliasContext
impl Debug for AliasContext
source§impl Default for AliasContext
impl Default for AliasContext
source§fn default() -> AliasContext
fn default() -> AliasContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AliasContext
impl<'de> Deserialize<'de> for AliasContext
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