Struct google_sql1_beta4::api::OperationErrors
source · pub struct OperationErrors {
pub errors: Option<Vec<OperationError>>,
pub kind: Option<String>,
}Expand description
Database instance operation errors list wrapper.
This type is not used in any activity, and only used as part of another schema.
Fields§
§errors: Option<Vec<OperationError>>The list of errors encountered while processing this operation.
kind: Option<String>This is always sql#operationErrors.
Trait Implementations§
source§impl Clone for OperationErrors
impl Clone for OperationErrors
source§fn clone(&self) -> OperationErrors
fn clone(&self) -> OperationErrors
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 OperationErrors
impl Debug for OperationErrors
source§impl Default for OperationErrors
impl Default for OperationErrors
source§fn default() -> OperationErrors
fn default() -> OperationErrors
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OperationErrors
impl<'de> Deserialize<'de> for OperationErrors
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