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