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