#[non_exhaustive]pub struct DescribePackagesOutput { /* private fields */ }
Expand description
Container for response returned by
operation. DescribePackages
Implementations
sourceimpl DescribePackagesOutput
impl DescribePackagesOutput
sourcepub fn package_details_list(&self) -> Option<&[PackageDetails]>
pub fn package_details_list(&self) -> Option<&[PackageDetails]>
List of PackageDetails
objects.
pub fn next_token(&self) -> Option<&str>
sourceimpl DescribePackagesOutput
impl DescribePackagesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePackagesOutput
.
Trait Implementations
sourceimpl Clone for DescribePackagesOutput
impl Clone for DescribePackagesOutput
sourcefn clone(&self) -> DescribePackagesOutput
fn clone(&self) -> DescribePackagesOutput
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 DescribePackagesOutput
impl Debug for DescribePackagesOutput
sourceimpl PartialEq<DescribePackagesOutput> for DescribePackagesOutput
impl PartialEq<DescribePackagesOutput> for DescribePackagesOutput
sourcefn eq(&self, other: &DescribePackagesOutput) -> bool
fn eq(&self, other: &DescribePackagesOutput) -> bool
impl StructuralPartialEq for DescribePackagesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribePackagesOutput
impl Send for DescribePackagesOutput
impl Sync for DescribePackagesOutput
impl Unpin for DescribePackagesOutput
impl UnwindSafe for DescribePackagesOutput
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