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