pub struct WalFiles { /* private fields */ }Expand description
A DB’s WAL files, sorted oldest first.
This is a snapshot taken when the listing was made. It does not pin anything, so a file listed here can still be archived or deleted by a background job.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a WalFiles
impl<'a> IntoIterator for &'a WalFiles
impl Send for WalFiles
impl Sync for WalFiles
Auto Trait Implementations§
impl Freeze for WalFiles
impl RefUnwindSafe for WalFiles
impl Unpin for WalFiles
impl UnsafeUnpin for WalFiles
impl UnwindSafe for WalFiles
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