#[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<DeleteNodeOutputBuilder> for DeleteNodeOutputBuilder
impl PartialEq<DeleteNodeOutputBuilder> 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 ==
.