pub enum StoreSnapshotPublicationStage {
Initial,
Replacing {
previous: StoreSnapshotRef,
accepted: AcceptedStorePublicationInterval,
},
}Variants§
Auto Trait Implementations§
impl !Freeze for StoreSnapshotPublicationStage
impl RefUnwindSafe for StoreSnapshotPublicationStage
impl Send for StoreSnapshotPublicationStage
impl Sync for StoreSnapshotPublicationStage
impl Unpin for StoreSnapshotPublicationStage
impl UnsafeUnpin for StoreSnapshotPublicationStage
impl UnwindSafe for StoreSnapshotPublicationStage
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