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