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