Struct google_sql1_beta4::api::ApiWarning
source · Expand description
An Admin API warning message.
This type is not used in any activity, and only used as part of another schema.
Fields§
§code: Option<String>Code to uniquely identify the warning type.
message: Option<String>The warning message.
Trait Implementations§
source§impl Clone for ApiWarning
impl Clone for ApiWarning
source§fn clone(&self) -> ApiWarning
fn clone(&self) -> ApiWarning
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 ApiWarning
impl Debug for ApiWarning
source§impl Default for ApiWarning
impl Default for ApiWarning
source§fn default() -> ApiWarning
fn default() -> ApiWarning
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ApiWarning
impl<'de> Deserialize<'de> for ApiWarning
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