pub struct GetObjectResponse {
pub data: Vec<u8>,
}Fields§
§data: Vec<u8>Trait Implementations§
Source§impl S3ResponseData for GetObjectResponse
impl S3ResponseData for GetObjectResponse
Auto Trait Implementations§
impl Freeze for GetObjectResponse
impl RefUnwindSafe for GetObjectResponse
impl Send for GetObjectResponse
impl Sync for GetObjectResponse
impl Unpin for GetObjectResponse
impl UnsafeUnpin for GetObjectResponse
impl UnwindSafe for GetObjectResponse
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