#[non_exhaustive]pub struct RebootInstancesOutputBuilder { /* private fields */ }
Expand description
A builder for RebootInstancesOutput
.
Implementations§
source§impl RebootInstancesOutputBuilder
impl RebootInstancesOutputBuilder
sourcepub fn build(self) -> RebootInstancesOutput
pub fn build(self) -> RebootInstancesOutput
Consumes the builder and constructs a RebootInstancesOutput
.
Trait Implementations§
source§impl Clone for RebootInstancesOutputBuilder
impl Clone for RebootInstancesOutputBuilder
source§fn clone(&self) -> RebootInstancesOutputBuilder
fn clone(&self) -> RebootInstancesOutputBuilder
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 RebootInstancesOutputBuilder
impl Debug for RebootInstancesOutputBuilder
source§impl Default for RebootInstancesOutputBuilder
impl Default for RebootInstancesOutputBuilder
source§fn default() -> RebootInstancesOutputBuilder
fn default() -> RebootInstancesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RebootInstancesOutputBuilder
impl PartialEq for RebootInstancesOutputBuilder
source§fn eq(&self, other: &RebootInstancesOutputBuilder) -> bool
fn eq(&self, other: &RebootInstancesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RebootInstancesOutputBuilder
Auto Trait Implementations§
impl Freeze for RebootInstancesOutputBuilder
impl RefUnwindSafe for RebootInstancesOutputBuilder
impl Send for RebootInstancesOutputBuilder
impl Sync for RebootInstancesOutputBuilder
impl Unpin for RebootInstancesOutputBuilder
impl UnwindSafe for RebootInstancesOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.