pub struct RpRead { /* private fields */ }Expand description
Reply for read operation.
RpRead can carry metadata observed while opening this read operation.
Services should set it only when the metadata is returned natively by the
read operation. In particular, metadata.content_length() is the full
object size, even if this read only returns a range of the object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpRead
impl RefUnwindSafe for RpRead
impl Send for RpRead
impl Sync for RpRead
impl Unpin for RpRead
impl UnwindSafe for RpRead
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