pub enum InitialSnapshotOpen {
Building(Box<InitialSnapshotStore>),
Committed(StoredSourceCheckpoint),
}Variants§
Building(Box<InitialSnapshotStore>)
Committed(StoredSourceCheckpoint)
Auto Trait Implementations§
impl Freeze for InitialSnapshotOpen
impl !RefUnwindSafe for InitialSnapshotOpen
impl !Send for InitialSnapshotOpen
impl !Sync for InitialSnapshotOpen
impl Unpin for InitialSnapshotOpen
impl UnsafeUnpin for InitialSnapshotOpen
impl !UnwindSafe for InitialSnapshotOpen
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