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