#[non_exhaustive]pub struct DeleteSceneOutput { /* private fields */ }Implementations§
source§impl DeleteSceneOutput
impl DeleteSceneOutput
sourcepub fn builder() -> DeleteSceneOutputBuilder
pub fn builder() -> DeleteSceneOutputBuilder
Creates a new builder-style object to manufacture DeleteSceneOutput.
Trait Implementations§
source§impl Clone for DeleteSceneOutput
impl Clone for DeleteSceneOutput
source§fn clone(&self) -> DeleteSceneOutput
fn clone(&self) -> DeleteSceneOutput
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 DeleteSceneOutput
impl Debug for DeleteSceneOutput
source§impl PartialEq<DeleteSceneOutput> for DeleteSceneOutput
impl PartialEq<DeleteSceneOutput> for DeleteSceneOutput
source§fn eq(&self, other: &DeleteSceneOutput) -> bool
fn eq(&self, other: &DeleteSceneOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteSceneOutput
impl RequestId for DeleteSceneOutput
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.