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