Struct aws_sdk_s3control::types::Exclude
source · #[non_exhaustive]pub struct Exclude { /* private fields */ }Expand description
A container for what Amazon S3 Storage Lens will exclude.
Implementations§
Trait Implementations§
source§impl PartialEq<Exclude> for Exclude
impl PartialEq<Exclude> for Exclude
impl StructuralPartialEq for Exclude
Auto Trait Implementations§
impl RefUnwindSafe for Exclude
impl Send for Exclude
impl Sync for Exclude
impl Unpin for Exclude
impl UnwindSafe for Exclude
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