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