Struct aws_sdk_grafana::model::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
sourceimpl UpdateError
impl UpdateError
sourceimpl UpdateError
impl UpdateError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateError
.
Trait Implementations
sourceimpl Clone for UpdateError
impl Clone for UpdateError
sourcefn clone(&self) -> UpdateError
fn clone(&self) -> UpdateError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateError
impl Debug for UpdateError
sourceimpl PartialEq<UpdateError> for UpdateError
impl PartialEq<UpdateError> for UpdateError
sourcefn eq(&self, other: &UpdateError) -> bool
fn eq(&self, other: &UpdateError) -> bool
impl StructuralPartialEq for UpdateError
Auto Trait Implementations
impl RefUnwindSafe for UpdateError
impl Send for UpdateError
impl Sync for UpdateError
impl Unpin for UpdateError
impl UnwindSafe for UpdateError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more