pub enum LifecycleEvent {
SaveRequested {
immediate: bool,
},
WorkflowFlushRequested {
writes: Vec<WorkflowKvWrite>,
reply: Reply<()>,
},
InspectorSerializeRequested,
InspectorAttachmentsChanged,
SleepTick,
}Variants§
SaveRequested
WorkflowFlushRequested
InspectorSerializeRequested
InspectorAttachmentsChanged
SleepTick
Trait Implementations§
Source§impl Debug for LifecycleEvent
impl Debug for LifecycleEvent
impl Eq for LifecycleEvent
Auto Trait Implementations§
impl !RefUnwindSafe for LifecycleEvent
impl !UnwindSafe for LifecycleEvent
impl Freeze for LifecycleEvent
impl Send for LifecycleEvent
impl Sync for LifecycleEvent
impl Unpin for LifecycleEvent
impl UnsafeUnpin for LifecycleEvent
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
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
Compares
self with key and returns true if they are equal.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.