Struct aws_sdk_glue::input::GetMappingInput
source · #[non_exhaustive]pub struct GetMappingInput { /* private fields */ }Implementations§
source§impl GetMappingInput
impl GetMappingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMapping, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMapping, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMapping>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMappingInput.
Trait Implementations§
source§impl Clone for GetMappingInput
impl Clone for GetMappingInput
source§fn clone(&self) -> GetMappingInput
fn clone(&self) -> GetMappingInput
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 GetMappingInput
impl Debug for GetMappingInput
source§impl PartialEq<GetMappingInput> for GetMappingInput
impl PartialEq<GetMappingInput> for GetMappingInput
source§fn eq(&self, other: &GetMappingInput) -> bool
fn eq(&self, other: &GetMappingInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.