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