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