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