#[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 ==
.impl StructuralPartialEq for DeleteCollectionDetail
Auto Trait Implementations§
impl RefUnwindSafe for DeleteCollectionDetail
impl Send for DeleteCollectionDetail
impl Sync for DeleteCollectionDetail
impl Unpin for DeleteCollectionDetail
impl UnwindSafe for DeleteCollectionDetail
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more