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