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