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