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