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