pub struct RotatingMmapWriter { /* private fields */ }Expand description
A rotating file writer that manages multiple memory-mapped files
Implementations§
Source§impl RotatingMmapWriter
impl RotatingMmapWriter
Auto Trait Implementations§
impl !Freeze for RotatingMmapWriter
impl !RefUnwindSafe for RotatingMmapWriter
impl Send for RotatingMmapWriter
impl Sync for RotatingMmapWriter
impl Unpin for RotatingMmapWriter
impl UnwindSafe for RotatingMmapWriter
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