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