Struct aws_sdk_ec2::model::ResponseError
source · [−]#[non_exhaustive]pub struct ResponseError { /* private fields */ }
Expand description
Describes the error that's returned when you cannot delete a launch template version.
Implementations
sourceimpl ResponseError
impl ResponseError
sourceimpl ResponseError
impl ResponseError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResponseError
.
Trait Implementations
sourceimpl Clone for ResponseError
impl Clone for ResponseError
sourcefn clone(&self) -> ResponseError
fn clone(&self) -> ResponseError
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 ResponseError
impl Debug for ResponseError
sourceimpl PartialEq<ResponseError> for ResponseError
impl PartialEq<ResponseError> for ResponseError
sourcefn eq(&self, other: &ResponseError) -> bool
fn eq(&self, other: &ResponseError) -> bool
impl StructuralPartialEq for ResponseError
Auto Trait Implementations
impl RefUnwindSafe for ResponseError
impl Send for ResponseError
impl Sync for ResponseError
impl Unpin for ResponseError
impl UnwindSafe for ResponseError
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