Struct aws_sdk_elasticsearch::model::PackageVersionHistory
source · [−]#[non_exhaustive]pub struct PackageVersionHistory { /* private fields */ }
Expand description
Details of a package version.
Implementations
sourceimpl PackageVersionHistory
impl PackageVersionHistory
sourcepub fn package_version(&self) -> Option<&str>
pub fn package_version(&self) -> Option<&str>
Version of the package.
sourcepub fn commit_message(&self) -> Option<&str>
pub fn commit_message(&self) -> Option<&str>
A message associated with the version.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
Timestamp which tells creation time of the package version.
sourceimpl PackageVersionHistory
impl PackageVersionHistory
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PackageVersionHistory
.
Trait Implementations
sourceimpl Clone for PackageVersionHistory
impl Clone for PackageVersionHistory
sourcefn clone(&self) -> PackageVersionHistory
fn clone(&self) -> PackageVersionHistory
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 PackageVersionHistory
impl Debug for PackageVersionHistory
sourceimpl PartialEq<PackageVersionHistory> for PackageVersionHistory
impl PartialEq<PackageVersionHistory> for PackageVersionHistory
sourcefn eq(&self, other: &PackageVersionHistory) -> bool
fn eq(&self, other: &PackageVersionHistory) -> bool
impl StructuralPartialEq for PackageVersionHistory
Auto Trait Implementations
impl RefUnwindSafe for PackageVersionHistory
impl Send for PackageVersionHistory
impl Sync for PackageVersionHistory
impl Unpin for PackageVersionHistory
impl UnwindSafe for PackageVersionHistory
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