Struct aws_sdk_backupstorage::operation::GetChunk
source · [−]pub struct GetChunk { /* private fields */ }
Expand description
Operation shape for GetChunk
.
This is usually constructed for you using the the fluent builder returned by
get_chunk
.
See crate::client::fluent_builders::GetChunk
for more details about the operation.
Implementations
Trait Implementations
sourceimpl ParseHttpResponse for GetChunk
impl ParseHttpResponse for GetChunk
type Output = Result<GetChunkOutput, GetChunkError>
type Output = Result<GetChunkOutput, GetChunkError>
Output type of the HttpResponse. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetChunk
impl Send for GetChunk
impl Sync for GetChunk
impl Unpin for GetChunk
impl UnwindSafe for GetChunk
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