Struct aws_sdk_grafana::types::UpdateError
source · #[non_exhaustive]pub struct UpdateError { /* private fields */ }
Expand description
A structure containing information about one error encountered while performing an UpdatePermissions operation.
Implementations§
source§impl UpdateError
impl UpdateError
source§impl UpdateError
impl UpdateError
sourcepub fn builder() -> UpdateErrorBuilder
pub fn builder() -> UpdateErrorBuilder
Creates a new builder-style object to manufacture UpdateError
.
Trait Implementations§
source§impl Clone for UpdateError
impl Clone for UpdateError
source§fn clone(&self) -> UpdateError
fn clone(&self) -> UpdateError
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 UpdateError
impl Debug for UpdateError
source§impl PartialEq<UpdateError> for UpdateError
impl PartialEq<UpdateError> for UpdateError
source§fn eq(&self, other: &UpdateError) -> bool
fn eq(&self, other: &UpdateError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.