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