Struct aws_sdk_imagebuilder::types::S3Logs
source · #[non_exhaustive]pub struct S3Logs { /* private fields */ }Expand description
Amazon S3 logging configuration.
Implementations§
Trait Implementations§
source§impl PartialEq<S3Logs> for S3Logs
impl PartialEq<S3Logs> for S3Logs
impl StructuralPartialEq for S3Logs
Auto Trait Implementations§
impl RefUnwindSafe for S3Logs
impl Send for S3Logs
impl Sync for S3Logs
impl Unpin for S3Logs
impl UnwindSafe for S3Logs
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