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