pub struct FileArenaWriter { /* private fields */ }Expand description
A writer for appending data to an anonymous temp file.
Data is written sequentially during the write phase. The file can then be
passed to FileArena for random reads via pread.
Implementations§
Auto Trait Implementations§
impl Freeze for FileArenaWriter
impl RefUnwindSafe for FileArenaWriter
impl Send for FileArenaWriter
impl Sync for FileArenaWriter
impl Unpin for FileArenaWriter
impl UnsafeUnpin for FileArenaWriter
impl UnwindSafe for FileArenaWriter
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