Struct aws_sdk_ec2::output::CancelBundleTaskOutput
source · [−]#[non_exhaustive]pub struct CancelBundleTaskOutput { /* private fields */ }
Expand description
Contains the output of CancelBundleTask.
Implementations
sourceimpl CancelBundleTaskOutput
impl CancelBundleTaskOutput
sourcepub fn bundle_task(&self) -> Option<&BundleTask>
pub fn bundle_task(&self) -> Option<&BundleTask>
Information about the bundle task.
sourceimpl CancelBundleTaskOutput
impl CancelBundleTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelBundleTaskOutput
.
Trait Implementations
sourceimpl Clone for CancelBundleTaskOutput
impl Clone for CancelBundleTaskOutput
sourcefn clone(&self) -> CancelBundleTaskOutput
fn clone(&self) -> CancelBundleTaskOutput
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 CancelBundleTaskOutput
impl Debug for CancelBundleTaskOutput
sourceimpl PartialEq<CancelBundleTaskOutput> for CancelBundleTaskOutput
impl PartialEq<CancelBundleTaskOutput> for CancelBundleTaskOutput
sourcefn eq(&self, other: &CancelBundleTaskOutput) -> bool
fn eq(&self, other: &CancelBundleTaskOutput) -> bool
impl StructuralPartialEq for CancelBundleTaskOutput
Auto Trait Implementations
impl RefUnwindSafe for CancelBundleTaskOutput
impl Send for CancelBundleTaskOutput
impl Sync for CancelBundleTaskOutput
impl Unpin for CancelBundleTaskOutput
impl UnwindSafe for CancelBundleTaskOutput
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