Struct google_deploymentmanager2::ResourceUpdateError [−][src]
pub struct ResourceUpdateError {
pub errors: Option<Vec<ResourceUpdateErrorErrors>>,
}Output only. If errors are generated during update of the resource, this field will be populated.
This type is not used in any activity, and only used as part of another schema.
Fields
errors: Option<Vec<ResourceUpdateErrorErrors>>
[Output Only] The array of errors encountered while processing this operation.
Trait Implementations
impl Default for ResourceUpdateError[src]
impl Default for ResourceUpdateErrorfn default() -> ResourceUpdateError[src]
fn default() -> ResourceUpdateErrorReturns the "default value" for a type. Read more
impl Clone for ResourceUpdateError[src]
impl Clone for ResourceUpdateErrorfn clone(&self) -> ResourceUpdateError[src]
fn clone(&self) -> ResourceUpdateErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ResourceUpdateError[src]
impl Debug for ResourceUpdateErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ResourceUpdateError[src]
impl NestedType for ResourceUpdateErrorimpl Part for ResourceUpdateError[src]
impl Part for ResourceUpdateErrorAuto Trait Implementations
impl Send for ResourceUpdateError
impl Send for ResourceUpdateErrorimpl Sync for ResourceUpdateError
impl Sync for ResourceUpdateError