Struct aws_sdk_s3control::model::Exclude
source · [−]#[non_exhaustive]pub struct Exclude { /* private fields */ }Expand description
A container for what Amazon S3 Storage Lens will exclude.
Implementations
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more