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