#[non_exhaustive]pub struct StartCrawlerInputBuilder { /* private fields */ }Expand description
A builder for StartCrawlerInput.
Implementations§
source§impl StartCrawlerInputBuilder
impl StartCrawlerInputBuilder
sourcepub fn build(self) -> Result<StartCrawlerInput, BuildError>
pub fn build(self) -> Result<StartCrawlerInput, BuildError>
Consumes the builder and constructs a StartCrawlerInput.
source§impl StartCrawlerInputBuilder
impl StartCrawlerInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StartCrawlerOutput, SdkError<StartCrawlerError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StartCrawlerOutput, SdkError<StartCrawlerError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StartCrawlerInputBuilder
impl Clone for StartCrawlerInputBuilder
source§fn clone(&self) -> StartCrawlerInputBuilder
fn clone(&self) -> StartCrawlerInputBuilder
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 StartCrawlerInputBuilder
impl Debug for StartCrawlerInputBuilder
source§impl Default for StartCrawlerInputBuilder
impl Default for StartCrawlerInputBuilder
source§fn default() -> StartCrawlerInputBuilder
fn default() -> StartCrawlerInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartCrawlerInputBuilder> for StartCrawlerInputBuilder
impl PartialEq<StartCrawlerInputBuilder> for StartCrawlerInputBuilder
source§fn eq(&self, other: &StartCrawlerInputBuilder) -> bool
fn eq(&self, other: &StartCrawlerInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartCrawlerInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartCrawlerInputBuilder
impl Send for StartCrawlerInputBuilder
impl Sync for StartCrawlerInputBuilder
impl Unpin for StartCrawlerInputBuilder
impl UnwindSafe for StartCrawlerInputBuilder
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