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