Struct aws_sdk_ebs::model::ChangedBlock
source · [−]#[non_exhaustive]pub struct ChangedBlock { /* private fields */ }Expand description
A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.
Implementations
sourceimpl ChangedBlock
impl ChangedBlock
sourcepub fn block_index(&self) -> Option<i32>
pub fn block_index(&self) -> Option<i32>
The block index.
sourcepub fn first_block_token(&self) -> Option<&str>
pub fn first_block_token(&self) -> Option<&str>
The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.
sourcepub fn second_block_token(&self) -> Option<&str>
pub fn second_block_token(&self) -> Option<&str>
The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.
sourceimpl ChangedBlock
impl ChangedBlock
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangedBlock.
Trait Implementations
sourceimpl Clone for ChangedBlock
impl Clone for ChangedBlock
sourcefn clone(&self) -> ChangedBlock
fn clone(&self) -> ChangedBlock
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 ChangedBlock
impl Debug for ChangedBlock
sourceimpl PartialEq<ChangedBlock> for ChangedBlock
impl PartialEq<ChangedBlock> for ChangedBlock
sourcefn eq(&self, other: &ChangedBlock) -> bool
fn eq(&self, other: &ChangedBlock) -> bool
impl StructuralPartialEq for ChangedBlock
Auto Trait Implementations
impl RefUnwindSafe for ChangedBlock
impl Send for ChangedBlock
impl Sync for ChangedBlock
impl Unpin for ChangedBlock
impl UnwindSafe for ChangedBlock
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