#[non_exhaustive]pub struct CollectionFilters { /* private fields */ }
Expand description
List of filter keys that you can use for LIST, UPDATE, and DELETE requests to OpenSearch Serverless collections.
Implementations§
source§impl CollectionFilters
impl CollectionFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CollectionFilters
.
Trait Implementations§
source§impl Clone for CollectionFilters
impl Clone for CollectionFilters
source§fn clone(&self) -> CollectionFilters
fn clone(&self) -> CollectionFilters
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 CollectionFilters
impl Debug for CollectionFilters
source§impl PartialEq<CollectionFilters> for CollectionFilters
impl PartialEq<CollectionFilters> for CollectionFilters
source§fn eq(&self, other: &CollectionFilters) -> bool
fn eq(&self, other: &CollectionFilters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.