pub struct InstanceUpdateErrorErrors {
pub code: Option<String>,
pub location: Option<String>,
pub message: Option<String>,
}Expand description
[Output Only] The array of errors encountered while processing this operation.
This type is not used in any activity, and only used as part of another schema.
Fields§
§code: Option<String>[Output Only] The error type identifier for this error.
location: Option<String>[Output Only] Indicates the field in the request that caused the error. This property is optional.
message: Option<String>[Output Only] An optional, human-readable error message.
Trait Implementations§
Source§impl Clone for InstanceUpdateErrorErrors
impl Clone for InstanceUpdateErrorErrors
Source§fn clone(&self) -> InstanceUpdateErrorErrors
fn clone(&self) -> InstanceUpdateErrorErrors
Returns a duplicate 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 InstanceUpdateErrorErrors
impl Debug for InstanceUpdateErrorErrors
Source§impl Default for InstanceUpdateErrorErrors
impl Default for InstanceUpdateErrorErrors
Source§fn default() -> InstanceUpdateErrorErrors
fn default() -> InstanceUpdateErrorErrors
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstanceUpdateErrorErrors
impl<'de> Deserialize<'de> for InstanceUpdateErrorErrors
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
impl NestedType for InstanceUpdateErrorErrors
impl Part for InstanceUpdateErrorErrors
Auto Trait Implementations§
impl Freeze for InstanceUpdateErrorErrors
impl RefUnwindSafe for InstanceUpdateErrorErrors
impl Send for InstanceUpdateErrorErrors
impl Sync for InstanceUpdateErrorErrors
impl Unpin for InstanceUpdateErrorErrors
impl UnwindSafe for InstanceUpdateErrorErrors
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more