pub struct S3Request<T>where
T: S3ResponseData,{
pub request: Request<Body>,
/* private fields */
}Fields§
§request: Request<Body>Auto Trait Implementations§
impl<T> !Freeze for S3Request<T>
impl<T> !RefUnwindSafe for S3Request<T>
impl<T> Send for S3Request<T>where
T: Send,
impl<T> !Sync for S3Request<T>
impl<T> Unpin for S3Request<T>where
T: Unpin,
impl<T> UnsafeUnpin for S3Request<T>
impl<T> !UnwindSafe for S3Request<T>
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