pub struct FlatFileBackend { /* private fields */ }Expand description
Flat-file backend using pread/pwrite for thread-safe positional I/O.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlatFileBackend
impl RefUnwindSafe for FlatFileBackend
impl Send for FlatFileBackend
impl Sync for FlatFileBackend
impl Unpin for FlatFileBackend
impl UnsafeUnpin for FlatFileBackend
impl UnwindSafe for FlatFileBackend
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