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