pub struct GetBodyPart {
pub offset: u64,
pub data: Bytes,
}Expand description
A single element of a get_object response stream is a pair of
offset within the object and the bytes starting at that offset.
Fields§
§offset: u64§data: BytesTrait Implementations§
Auto Trait Implementations§
impl !Freeze for GetBodyPart
impl RefUnwindSafe for GetBodyPart
impl Send for GetBodyPart
impl Sync for GetBodyPart
impl Unpin for GetBodyPart
impl UnwindSafe for GetBodyPart
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