Struct aws_sdk_ebs::output::PutSnapshotBlockOutput
source · [−]#[non_exhaustive]pub struct PutSnapshotBlockOutput { /* private fields */ }Implementations
sourceimpl PutSnapshotBlockOutput
impl PutSnapshotBlockOutput
sourcepub fn checksum(&self) -> Option<&str>
pub fn checksum(&self) -> Option<&str>
The SHA256 checksum generated for the block data by Amazon EBS.
sourcepub fn checksum_algorithm(&self) -> Option<&ChecksumAlgorithm>
pub fn checksum_algorithm(&self) -> Option<&ChecksumAlgorithm>
The algorithm used by Amazon EBS to generate the checksum.
sourceimpl PutSnapshotBlockOutput
impl PutSnapshotBlockOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutSnapshotBlockOutput.
Trait Implementations
sourceimpl Clone for PutSnapshotBlockOutput
impl Clone for PutSnapshotBlockOutput
sourcefn clone(&self) -> PutSnapshotBlockOutput
fn clone(&self) -> PutSnapshotBlockOutput
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 PutSnapshotBlockOutput
impl Debug for PutSnapshotBlockOutput
sourceimpl PartialEq<PutSnapshotBlockOutput> for PutSnapshotBlockOutput
impl PartialEq<PutSnapshotBlockOutput> for PutSnapshotBlockOutput
sourcefn eq(&self, other: &PutSnapshotBlockOutput) -> bool
fn eq(&self, other: &PutSnapshotBlockOutput) -> bool
impl StructuralPartialEq for PutSnapshotBlockOutput
Auto Trait Implementations
impl RefUnwindSafe for PutSnapshotBlockOutput
impl Send for PutSnapshotBlockOutput
impl Sync for PutSnapshotBlockOutput
impl Unpin for PutSnapshotBlockOutput
impl UnwindSafe for PutSnapshotBlockOutput
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