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