Struct aws_sdk_omics::operation::GetReadSet
source · pub struct GetReadSet { /* private fields */ }
Expand description
Operation shape for GetReadSet
.
This is usually constructed for you using the the fluent builder returned by
get_read_set
.
See crate::client::fluent_builders::GetReadSet
for more details about the operation.
Implementations§
source§impl GetReadSet
impl GetReadSet
Trait Implementations§
source§impl Clone for GetReadSet
impl Clone for GetReadSet
source§fn clone(&self) -> GetReadSet
fn clone(&self) -> GetReadSet
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 GetReadSet
impl Debug for GetReadSet
source§impl Default for GetReadSet
impl Default for GetReadSet
source§fn default() -> GetReadSet
fn default() -> GetReadSet
Returns the “default value” for a type. Read more
source§impl ParseHttpResponse for GetReadSet
impl ParseHttpResponse for GetReadSet
§type Output = Result<GetReadSetOutput, GetReadSetError>
type Output = Result<GetReadSetOutput, GetReadSetError>
Output type of the HttpResponse. Read more