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