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