Struct aws_sdk_glue::operation::start_crawler_schedule::builders::StartCrawlerScheduleOutputBuilder
source · #[non_exhaustive]pub struct StartCrawlerScheduleOutputBuilder { /* private fields */ }Expand description
A builder for StartCrawlerScheduleOutput.
Implementations§
source§impl StartCrawlerScheduleOutputBuilder
impl StartCrawlerScheduleOutputBuilder
sourcepub fn build(self) -> StartCrawlerScheduleOutput
pub fn build(self) -> StartCrawlerScheduleOutput
Consumes the builder and constructs a StartCrawlerScheduleOutput.
Trait Implementations§
source§impl Clone for StartCrawlerScheduleOutputBuilder
impl Clone for StartCrawlerScheduleOutputBuilder
source§fn clone(&self) -> StartCrawlerScheduleOutputBuilder
fn clone(&self) -> StartCrawlerScheduleOutputBuilder
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 Default for StartCrawlerScheduleOutputBuilder
impl Default for StartCrawlerScheduleOutputBuilder
source§fn default() -> StartCrawlerScheduleOutputBuilder
fn default() -> StartCrawlerScheduleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartCrawlerScheduleOutputBuilder> for StartCrawlerScheduleOutputBuilder
impl PartialEq<StartCrawlerScheduleOutputBuilder> for StartCrawlerScheduleOutputBuilder
source§fn eq(&self, other: &StartCrawlerScheduleOutputBuilder) -> bool
fn eq(&self, other: &StartCrawlerScheduleOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartCrawlerScheduleOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartCrawlerScheduleOutputBuilder
impl Send for StartCrawlerScheduleOutputBuilder
impl Sync for StartCrawlerScheduleOutputBuilder
impl Unpin for StartCrawlerScheduleOutputBuilder
impl UnwindSafe for StartCrawlerScheduleOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more