pub struct GetObjectOutput {
pub body: ByteStream,
pub e_tag: Option<String>,
pub content_type: Option<String>,
pub content_length: Option<u64>,
}Fields§
§body: ByteStream§e_tag: Option<String>§content_type: Option<String>§content_length: Option<u64>Auto Trait Implementations§
impl !RefUnwindSafe for GetObjectOutput
impl !Sync for GetObjectOutput
impl !UnwindSafe for GetObjectOutput
impl Freeze for GetObjectOutput
impl Send for GetObjectOutput
impl Unpin for GetObjectOutput
impl UnsafeUnpin for GetObjectOutput
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