pub struct WriteRequest<D: AsRef<[u8]> + Send + 'static> { /* private fields */ }
Expand description
Data to write and the offset to write it at. This is provided to write_at_with_delayed_sync
.
Implementations§
Auto Trait Implementations§
impl<D> Freeze for WriteRequest<D>where
D: Freeze,
impl<D> RefUnwindSafe for WriteRequest<D>where
D: RefUnwindSafe,
impl<D> Send for WriteRequest<D>
impl<D> Sync for WriteRequest<D>where
D: Sync,
impl<D> Unpin for WriteRequest<D>where
D: Unpin,
impl<D> UnwindSafe for WriteRequest<D>where
D: 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