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