Struct aws_sdk_s3control::types::SelectionCriteria
source · #[non_exhaustive]pub struct SelectionCriteria { /* private fields */ }
Expand description
Implementations§
source§impl SelectionCriteria
impl SelectionCriteria
source§impl SelectionCriteria
impl SelectionCriteria
sourcepub fn builder() -> SelectionCriteriaBuilder
pub fn builder() -> SelectionCriteriaBuilder
Creates a new builder-style object to manufacture SelectionCriteria
.
Trait Implementations§
source§impl Clone for SelectionCriteria
impl Clone for SelectionCriteria
source§fn clone(&self) -> SelectionCriteria
fn clone(&self) -> SelectionCriteria
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 SelectionCriteria
impl Debug for SelectionCriteria
source§impl PartialEq<SelectionCriteria> for SelectionCriteria
impl PartialEq<SelectionCriteria> for SelectionCriteria
source§fn eq(&self, other: &SelectionCriteria) -> bool
fn eq(&self, other: &SelectionCriteria) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SelectionCriteria
Auto Trait Implementations§
impl RefUnwindSafe for SelectionCriteria
impl Send for SelectionCriteria
impl Sync for SelectionCriteria
impl Unpin for SelectionCriteria
impl UnwindSafe for SelectionCriteria
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