#[non_exhaustive]pub struct UpdateNodeOutput {}Implementations§
source§impl UpdateNodeOutput
impl UpdateNodeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateNodeOutput.
Trait Implementations§
source§impl Clone for UpdateNodeOutput
impl Clone for UpdateNodeOutput
source§fn clone(&self) -> UpdateNodeOutput
fn clone(&self) -> UpdateNodeOutput
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 UpdateNodeOutput
impl Debug for UpdateNodeOutput
source§impl PartialEq<UpdateNodeOutput> for UpdateNodeOutput
impl PartialEq<UpdateNodeOutput> for UpdateNodeOutput
source§fn eq(&self, other: &UpdateNodeOutput) -> bool
fn eq(&self, other: &UpdateNodeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.