pub struct WriteTransform<T> { /* private fields */ }
Trait Implementations§
Source§impl<T> OneshotOutputTransform for WriteTransform<T>
impl<T> OneshotOutputTransform for WriteTransform<T>
Source§type StoredData = WriteData<T>
type StoredData = WriteData<T>
The stored data within the op.
Source§fn transform_oneshot_output(
self,
data: Self::StoredData,
cqe: Entry,
) -> Self::Output
fn transform_oneshot_output( self, data: Self::StoredData, cqe: Entry, ) -> Self::Output
Transform the stored data and the cqe into the final output.
Auto Trait Implementations§
impl<T> Freeze for WriteTransform<T>
impl<T> RefUnwindSafe for WriteTransform<T>where
T: RefUnwindSafe,
impl<T> Send for WriteTransform<T>where
T: Send,
impl<T> Sync for WriteTransform<T>where
T: Sync,
impl<T> Unpin for WriteTransform<T>where
T: Unpin,
impl<T> UnwindSafe for WriteTransform<T>where
T: UnwindSafe,
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