Struct seekable_async_file::WriteRequest
source · pub struct WriteRequest { /* 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 RefUnwindSafe for WriteRequest
impl Send for WriteRequest
impl Sync for WriteRequest
impl Unpin for WriteRequest
impl UnwindSafe for WriteRequest
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