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