pub struct PreparedStoreSnapshot { /* private fields */ }Expand description
A closed, migrated snapshot image and the directory owning its payloads. Installation opens the image only within the receiving database operation.
Auto Trait Implementations§
impl Freeze for PreparedStoreSnapshot
impl RefUnwindSafe for PreparedStoreSnapshot
impl Send for PreparedStoreSnapshot
impl Sync for PreparedStoreSnapshot
impl Unpin for PreparedStoreSnapshot
impl UnsafeUnpin for PreparedStoreSnapshot
impl UnwindSafe for PreparedStoreSnapshot
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