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