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