Struct aws_sdk_glue::output::CreateCrawlerOutput
source · #[non_exhaustive]pub struct CreateCrawlerOutput {}Implementations§
source§impl CreateCrawlerOutput
impl CreateCrawlerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCrawlerOutput.
Trait Implementations§
source§impl Clone for CreateCrawlerOutput
impl Clone for CreateCrawlerOutput
source§fn clone(&self) -> CreateCrawlerOutput
fn clone(&self) -> CreateCrawlerOutput
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 CreateCrawlerOutput
impl Debug for CreateCrawlerOutput
source§impl PartialEq<CreateCrawlerOutput> for CreateCrawlerOutput
impl PartialEq<CreateCrawlerOutput> for CreateCrawlerOutput
source§fn eq(&self, other: &CreateCrawlerOutput) -> bool
fn eq(&self, other: &CreateCrawlerOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.