Struct aws_sdk_ebs::operation::GetSnapshotBlock
source · [−]pub struct GetSnapshotBlock { /* private fields */ }Expand description
Operation shape for GetSnapshotBlock.
This is usually constructed for you using the the fluent builder returned by
get_snapshot_block.
See crate::client::fluent_builders::GetSnapshotBlock for more details about the operation.
Implementations
Trait Implementations
sourceimpl Clone for GetSnapshotBlock
impl Clone for GetSnapshotBlock
sourcefn clone(&self) -> GetSnapshotBlock
fn clone(&self) -> GetSnapshotBlock
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 GetSnapshotBlock
impl Debug for GetSnapshotBlock
sourceimpl Default for GetSnapshotBlock
impl Default for GetSnapshotBlock
sourcefn default() -> GetSnapshotBlock
fn default() -> GetSnapshotBlock
Returns the “default value” for a type. Read more
sourceimpl ParseHttpResponse for GetSnapshotBlock
impl ParseHttpResponse for GetSnapshotBlock
type Output = Result<GetSnapshotBlockOutput, GetSnapshotBlockError>
type Output = Result<GetSnapshotBlockOutput, GetSnapshotBlockError>
Output type of the HttpResponse. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetSnapshotBlock
impl Send for GetSnapshotBlock
impl Sync for GetSnapshotBlock
impl Unpin for GetSnapshotBlock
impl UnwindSafe for GetSnapshotBlock
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