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