Struct rusoto_glue::GetCrawlerResponse[][src]

pub struct GetCrawlerResponse {
    pub crawler: Option<Crawler>,
}

Fields

The metadata for the specified crawler.

Trait Implementations

impl Default for GetCrawlerResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for GetCrawlerResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetCrawlerResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetCrawlerResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations