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