pub struct S3Client { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for S3Client
impl !RefUnwindSafe for S3Client
impl Send for S3Client
impl Sync for S3Client
impl Unpin for S3Client
impl UnsafeUnpin for S3Client
impl !UnwindSafe for S3Client
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