pub enum ParkEvent {
Written,
Replaced,
Dropped,
}Expand description
What happened to one emitted park — the live progress hook’s event. A Replaced is
NOT a new layer: it overwrote the previous park with a stronger frame, so it must not
be counted as an additional park.
Variants§
Written
A new distinct park frame was written (park_NNNNNN.jpg added).
Replaced
A stronger close pair superseded the previous park (overwritten, same layer).
Dropped
The park’s ring JPEG never arrived / the write failed — the frame is lost.
Trait Implementations§
impl Copy for ParkEvent
impl Eq for ParkEvent
impl StructuralPartialEq for ParkEvent
Auto Trait Implementations§
impl Freeze for ParkEvent
impl RefUnwindSafe for ParkEvent
impl Send for ParkEvent
impl Sync for ParkEvent
impl Unpin for ParkEvent
impl UnsafeUnpin for ParkEvent
impl UnwindSafe for ParkEvent
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.