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