#[non_exhaustive]pub struct DeletePresetOutput {}
Expand description
The DeletePresetResponse
structure.
Implementations§
source§impl DeletePresetOutput
impl DeletePresetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.