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