#[non_exhaustive]pub struct NotifyObjectCompleteOutput { /* private fields */ }
Implementations§
source§impl NotifyObjectCompleteOutput
impl NotifyObjectCompleteOutput
sourcepub fn object_checksum(&self) -> Option<&str>
pub fn object_checksum(&self) -> Option<&str>
Object checksum
sourcepub fn object_checksum_algorithm(&self) -> Option<&SummaryChecksumAlgorithm>
pub fn object_checksum_algorithm(&self) -> Option<&SummaryChecksumAlgorithm>
Checksum algorithm
source§impl NotifyObjectCompleteOutput
impl NotifyObjectCompleteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotifyObjectCompleteOutput
.
Trait Implementations§
source§impl Clone for NotifyObjectCompleteOutput
impl Clone for NotifyObjectCompleteOutput
source§fn clone(&self) -> NotifyObjectCompleteOutput
fn clone(&self) -> NotifyObjectCompleteOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NotifyObjectCompleteOutput
impl Debug for NotifyObjectCompleteOutput
source§impl PartialEq<NotifyObjectCompleteOutput> for NotifyObjectCompleteOutput
impl PartialEq<NotifyObjectCompleteOutput> for NotifyObjectCompleteOutput
source§fn eq(&self, other: &NotifyObjectCompleteOutput) -> bool
fn eq(&self, other: &NotifyObjectCompleteOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.