Struct aws_sdk_mediatailor::operation::delete_playback_configuration::DeletePlaybackConfigurationOutput
source · #[non_exhaustive]pub struct DeletePlaybackConfigurationOutput { /* private fields */ }Implementations§
source§impl DeletePlaybackConfigurationOutput
impl DeletePlaybackConfigurationOutput
sourcepub fn builder() -> DeletePlaybackConfigurationOutputBuilder
pub fn builder() -> DeletePlaybackConfigurationOutputBuilder
Creates a new builder-style object to manufacture DeletePlaybackConfigurationOutput.
Trait Implementations§
source§impl Clone for DeletePlaybackConfigurationOutput
impl Clone for DeletePlaybackConfigurationOutput
source§fn clone(&self) -> DeletePlaybackConfigurationOutput
fn clone(&self) -> DeletePlaybackConfigurationOutput
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 PartialEq for DeletePlaybackConfigurationOutput
impl PartialEq for DeletePlaybackConfigurationOutput
source§fn eq(&self, other: &DeletePlaybackConfigurationOutput) -> bool
fn eq(&self, other: &DeletePlaybackConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeletePlaybackConfigurationOutput
impl RequestId for DeletePlaybackConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeletePlaybackConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeletePlaybackConfigurationOutput
impl Send for DeletePlaybackConfigurationOutput
impl Sync for DeletePlaybackConfigurationOutput
impl Unpin for DeletePlaybackConfigurationOutput
impl UnwindSafe for DeletePlaybackConfigurationOutput
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