pub struct SubHandle { /* private fields */ }Expand description
A handle for an individual in-flight sub-read operation.
Must be consumed via [merge] on completion. If dropped before merge is called, it
automatically fails the parent SplittableBuffer operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SubHandle
impl !UnwindSafe for SubHandle
impl Freeze for SubHandle
impl Send for SubHandle
impl Sync for SubHandle
impl Unpin for SubHandle
impl UnsafeUnpin for SubHandle
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