Struct aws_sdk_kafka::types::S3
source · #[non_exhaustive]pub struct S3 { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for S3
Auto Trait Implementations§
impl RefUnwindSafe for S3
impl Send for S3
impl Sync for S3
impl Unpin for S3
impl UnwindSafe for S3
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