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