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