Struct aws_sdk_elasticsearch::output::DeletePackageOutput
source · [−]#[non_exhaustive]pub struct DeletePackageOutput { /* private fields */ }
Expand description
Container for response parameters to
operation. DeletePackage
Implementations
sourceimpl DeletePackageOutput
impl DeletePackageOutput
sourcepub fn package_details(&self) -> Option<&PackageDetails>
pub fn package_details(&self) -> Option<&PackageDetails>
PackageDetails
sourceimpl DeletePackageOutput
impl DeletePackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePackageOutput
.
Trait Implementations
sourceimpl Clone for DeletePackageOutput
impl Clone for DeletePackageOutput
sourcefn clone(&self) -> DeletePackageOutput
fn clone(&self) -> DeletePackageOutput
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 DeletePackageOutput
impl Debug for DeletePackageOutput
sourceimpl PartialEq<DeletePackageOutput> for DeletePackageOutput
impl PartialEq<DeletePackageOutput> for DeletePackageOutput
sourcefn eq(&self, other: &DeletePackageOutput) -> bool
fn eq(&self, other: &DeletePackageOutput) -> bool
impl StructuralPartialEq for DeletePackageOutput
Auto Trait Implementations
impl RefUnwindSafe for DeletePackageOutput
impl Send for DeletePackageOutput
impl Sync for DeletePackageOutput
impl Unpin for DeletePackageOutput
impl UnwindSafe for DeletePackageOutput
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